Skip to content

Commit

Permalink
add windows-aarch64 to ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
marler8997 committed Sep 13, 2024
1 parent 67643d6 commit 93580c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
zig-out/zigup-x86_64-windows.zip
zig-out/zigup-aarch64-linux.tar.gz
zig-out/zigup-aarch64-macos.tar.gz
zig-out/zigup-aarch64-windows.zip
zig-out/zigup-arm-linux.tar.gz
zig-out/zigup-riscv64-linux.tar.gz
zig-out/zigup-powerpc-linux.tar.gz
Expand Down
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ fn ci(
"x86_64-windows",
"aarch64-linux",
"aarch64-macos",
"aarch64-windows",
"arm-linux",
"riscv64-linux",
"powerpc-linux",
Expand Down

0 comments on commit 93580c1

Please sign in to comment.