Skip to content

Commit

Permalink
Merge branch 'add-linux-arm64-target'
Browse files Browse the repository at this point in the history
  • Loading branch information
osm committed Apr 11, 2024
2 parents 9ba2773 + 37cb2f8 commit 9544901
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ release-darwin-arm64:
release-linux-amd64:
$(MAKE) GOOS=linux GOARCH=amd64 build

.PHONY: release-linux-arm64
release-linux-arm64:
$(MAKE) GOOS=linux GOARCH=arm64 build

.PHONY: release-windows-amd64
release-windows-amd64:
$(MAKE) GOOS=windows GOARCH=amd64 EXT=.exe build
Expand All @@ -54,4 +58,5 @@ release: \
release-darwin-amd64 \
release-darwin-arm64 \
release-linux-amd64 \
release-linux-arm64 \
release-windows-amd64

0 comments on commit 9544901

Please sign in to comment.