Skip to content

Commit

Permalink
fix: test linux arm
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jun 27, 2024
1 parent 4c41466 commit 48b9fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: 'macos-latest'
- args: '--target aarch64-pc-windows-msvc,x86_64-pc-windows-msvc'
os: 'windows-latest'
- args: '--target aarch64-unknown-linux-gnu,x86_64-unknown-linux-gnu'
- args: '--target aarch64-unknown-linux-gnu'
os: 'ubuntu-latest'
node-version: [20.x]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 48b9fbd

Please sign in to comment.