Skip to content

Commit

Permalink
Add target for Windows ARM64 in cross-compile.sh (#3512)
Browse files Browse the repository at this point in the history
  • Loading branch information
creeperlv authored Oct 21, 2024
1 parent 8c0e0fa commit 3cb8069
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/cross-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ echo "Windows 64"
GOOS=windows GOARCH=amd64 make build
create_artefact_windows "win64"

echo "Windows ARM 64"
GOOS=windows GOARCH=arm64 make build
create_artefact_windows "win-arm64"

echo "Windows 32"
GOOS=windows GOARCH=386 make build
create_artefact_windows "win32"
Expand Down

0 comments on commit 3cb8069

Please sign in to comment.