Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function buildBindings(args, pkg) {
await fs.copyFile(resolveRoot('prebuilds', armTar), resolveRoot('prebuilds', x64Tar));
}

await run('node', ['--print', `require('.')`], { cwd: resolveRoot() })
await run('node', ['--print', `require('.')`], { cwd: resolveRoot() });
}

async function main() {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
host_builds:
strategy:
matrix:
os: [macos-latest, windows-2022]
os: [macos-latest, windows-2022, windows-11-arm]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Below are the platforms that are available as prebuilds on each github release.
- arm64
- Windows
- x64
- arm64

### Release Integrity

Expand Down