Skip to content

Commit

Permalink
Add build support for linux_arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
cjudith-ledger committed Dec 28, 2021
1 parent 83beda2 commit 3d71699
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 @@ -24,6 +24,8 @@ build:
-o ./build/sentinelcli-${VERSION}-darwin-amd64 main.go
GOOS=linux GOARCH=amd64 go build -mod=readonly -tags="${BUILD_TAGS}" -ldflags="${LD_FLAGS}" \
-o ./build/sentinelcli-${VERSION}-linux-amd64 main.go
GOOS=linux GOARCH=arm64 go build -mod=readonly -tags="${BUILD_TAGS}" -ldflags="${LD_FLAGS}" \
-o ./build/sentinelcli-${VERSION}-linux-arm64 main.go

.PHONY: install
install:
Expand Down

0 comments on commit 3d71699

Please sign in to comment.