From 23adc76dfc788da685fd1c3111601e78fd00a740 Mon Sep 17 00:00:00 2001 From: Matt Carvin <90224411+mcarvin8@users.noreply.github.com> Date: Tue, 12 May 2026 20:35:18 -0400 Subject: [PATCH] feat: add native binary support for win32-arm64 --- .github/workflows/release.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6641d3..d2eeaa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,6 +54,9 @@ jobs: - target: i686-unknown-linux-gnu os: ubuntu-latest node_platform: linux-ia32 + - target: aarch64-pc-windows-msvc + os: windows-latest + node_platform: win32-arm64 steps: - name: Checkout uses: actions/checkout@v6.0.2 diff --git a/README.md b/README.md index ec2f7ad..e72941e 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ This node plugin ships with native binaries for these platforms and architecture | ----------- | ---------------------------------- | | **macOS** | x64 (Intel), arm64 (Apple Silicon) | | **Linux** | x64, arm64, ia32 | -| **Windows** | x64 | +| **Windows** | x64, arm64 | If other platforms or architectures require support, please open an [issue](https://github.com/mcarvin8/config-disassembler-node/issues).