Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Loading