Skip to content

Commit

Permalink
#82: arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Jul 5, 2020
1 parent 46e6d1f commit dfabc88
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 @@ -32,6 +32,7 @@ run: build ## Build and run binary
buildMultiArchRelease: ## builds binary for multiple archs
$(MAKE) build GOOS=linux GOARCH=arm GOARM=6 BINARY_SUFFIX=_${VERSION}_linux_arm32v6
$(MAKE) build GOOS=linux GOARCH=amd64 BINARY_SUFFIX=_${VERSION}_linux_amd64
$(MAKE) build GOOS=linux GOARCH=arm64 BINARY_SUFFIX=_${VERSION}_linux_arm64
$(MAKE) build GOOS=windows GOARCH=amd64 BINARY_SUFFIX=_${VERSION}_windows_amd64.exe

docker-buildx-push: ## Build multi arch docker images and push
Expand Down

0 comments on commit dfabc88

Please sign in to comment.