Skip to content

Commit

Permalink
Updating arch 64
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Jun 12, 2024
1 parent 7962e6b commit 46191e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ jobs:
host: macos-14
node_build: pnpm build --target aarch64-apple-darwin

- target: aarch64-pc-windows-msvc
host: windows-latest
node_build: pnpm build --target aarch64-pc-windows-msvc
# Disabled as python is not supported on aarch64 windows
# - target: aarch64-pc-windows-msvc
# host: windows-latest
# node_build: pnpm build --target aarch64-pc-windows-msvc

- target: aarch64-unknown-linux-gnu
host: ubuntu-latest
Expand Down

0 comments on commit 46191e8

Please sign in to comment.