Skip to content

Commit

Permalink
Set build for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jocarren committed Dec 23, 2022
1 parent 3f3d20c commit 76fccb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ go-vet:
.PHONY: binary-build
binary-build:
mkdir -p ${DIST_DIR}
GO111MODULE=on GOOS=linux GOARCH=amd64 go build -o ${DIST_DIR}/${BINARY_NAME}-linux .
GO111MODULE=on GOOS=darwin GOARCH=amd64 go build -o ${DIST_DIR}/${BINARY_NAME}-darwin .
GO111MODULE=on GOOS=linux GOARCH=arm64 go build -o ${DIST_DIR}/${BINARY_NAME}-linux .
GO111MODULE=on GOOS=darwin GOARCH=arm64 go build -o ${DIST_DIR}/${BINARY_NAME}-darwin .
shasum -a 256 ${DIST_DIR}/*

#
Expand Down

0 comments on commit 76fccb4

Please sign in to comment.