Skip to content

Commit

Permalink
add darwin-arm64 target in makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed Apr 19, 2024
1 parent 52f2716 commit 27462ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ all:
${MAKE} build GOOS=linux GOARCH=arm GOARM=7
${MAKE} build GOOS=linux GOARCH=arm64
${MAKE} build GOOS=darwin GOARCH=amd64
${MAKE} build GOOS=darwin GOARCH=arm64
${MAKE} build GOOS=windows GOARCH=amd64 EXT=.exe

.PHONY: pb
Expand Down

0 comments on commit 27462ef

Please sign in to comment.