Skip to content

Commit

Permalink
Build Apple M1 binary
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Aug 20, 2021
1 parent 507de64 commit a8067ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
files: |
bin/resource-calculator-darwin-amd64.tar.gz
bin/resource-calculator-darwin-arm64.tar.gz
bin/resource-calculator-linux-amd64.tar.gz
bin/resource-calculator-linux-arm.tar.gz
bin/resource-calculator-linux-arm64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ SRC_PKGS := api apps batch cmd core kubedb.com pkg testing
SRC_DIRS := $(SRC_PKGS) *.go # directories which hold app source (not vendored)

DOCKER_PLATFORMS := linux/amd64 linux/arm linux/arm64
BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64
BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64 darwin/arm64

# Used internally. Users should pass GOOS and/or GOARCH.
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
Expand Down

0 comments on commit a8067ac

Please sign in to comment.