Skip to content

Commit

Permalink
Merge pull request #413 from astj/add-darwin-arm64
Browse files Browse the repository at this point in the history
Add arm64/darwin build artifacts to GitHub release
  • Loading branch information
lufia authored Nov 24, 2021
2 parents beb691c + c0cbb75 commit 7d4fa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build:

.PHONY: cross
cross: devel-deps
goxz -d snapshot -os darwin -arch amd64 \
goxz -d snapshot -os darwin -arch amd64,arm64 \
-build-ldflags=$(BUILD_LDFLAGS)
goxz -d snapshot -os linux -arch 386,amd64,arm64,arm \
-build-ldflags=$(BUILD_LDFLAGS)
Expand Down

0 comments on commit 7d4fa2f

Please sign in to comment.