Skip to content

Commit 3cb8069

Browse files
authored
Add target for Windows ARM64 in cross-compile.sh (zyedidia#3512)
1 parent 8c0e0fa commit 3cb8069

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/cross-compile.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ echo "Windows 64"
106106
GOOS=windows GOARCH=amd64 make build
107107
create_artefact_windows "win64"
108108

109+
echo "Windows ARM 64"
110+
GOOS=windows GOARCH=arm64 make build
111+
create_artefact_windows "win-arm64"
112+
109113
echo "Windows 32"
110114
GOOS=windows GOARCH=386 make build
111115
create_artefact_windows "win32"

0 commit comments

Comments
 (0)