Skip to content

Commit 84b46c1

Browse files
committed
fix(build): update release workflow, remove aarch64 for windows
1 parent 2c4ec91 commit 84b46c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
use-cross: true
2929
os: ubuntu-latest # cross 也支持 windows targets
3030

31-
- name: windows-arm64
32-
target: aarch64-pc-windows-gnu
33-
use-cross: true
34-
os: ubuntu-latest
31+
# - name: windows-arm64
32+
# target: aarch64-pc-windows-gnu
33+
# use-cross: true
34+
# os: ubuntu-latest
3535

3636
- name: macos-x64
3737
target: x86_64-apple-darwin

0 commit comments

Comments
 (0)