Skip to content

Commit

Permalink
add macos arm64 build when releasing too
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie committed Jun 13, 2022
1 parent b932b6b commit a66f8fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ release:
mv elb_health_check elb_health_check_linux_arm64
GOOS=darwin GOARCH=amd64 $(MAKE) build
mv elb_health_check elb_health_check_darwin_amd64
GOOS=darwin GOARCH=arm64 $(MAKE) build
mv elb_health_check elb_health_check_darwin_arm64

0 comments on commit a66f8fb

Please sign in to comment.