Skip to content

Commit

Permalink
Add ARM64 Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello authored and mvd-ows committed Jun 3, 2024
1 parent e15a0dc commit 154f550
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,16 @@ release-linux-arm64:
release-windows-amd64:
$(MAKE) GOOS=windows GOARCH=amd64 EXT=.exe build

.PHONY: release-windows-arm64
release-windows-arm64:
$(MAKE) GOOS=windows GOARCH=arm64 EXT=.exe build

.PHONY: release
release: \
clean \
release-darwin-amd64 \
release-darwin-arm64 \
release-linux-amd64 \
release-linux-arm64 \
release-windows-amd64
release-windows-amd64 \
release-windows-arm64
1 change: 1 addition & 0 deletions artifacts.list
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ apisocks5_v?.?.?_darwin_arm64.zip
apisocks5_v?.?.?_linux_amd64.zip
apisocks5_v?.?.?_linux_arm64.zip
apisocks5_v?.?.?_windows_amd64.zip
apisocks5_v?.?.?_windows_arm64.zip

0 comments on commit 154f550

Please sign in to comment.