Skip to content

Commit

Permalink
.github(cross-compile): comment out aarch64-windows-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Aug 15, 2023
1 parent 83796fe commit 3f8c8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/bin/cross-compile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ main() {
local targets=(
aarch64-linux-musl
# aarch64-macos-none
aarch64-windows-gnu
# aarch64-windows-gnu
)

for target in "${targets[@]}"; do
Expand Down

0 comments on commit 3f8c8df

Please sign in to comment.