Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Adding darwin arm64 build
  • Loading branch information
Tallicia authored Sep 26, 2023
1 parent 515280a commit 57eca5d
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 @@ -35,6 +35,7 @@ build:

build_all:
mkdir -p build
GOOS=darwin GOARCH=arm64 go build $(GOFLAGS) -o $(BUILD_DEST)-darwin-arm64
GOOS=darwin GOARCH=amd64 go build $(GOFLAGS) -o $(BUILD_DEST)-darwin-amd64
GOOS=linux GOARCH=amd64 go build $(GOFLAGS) -o $(BUILD_DEST)-linux-amd64
GOOS=windows GOARCH=amd64 go build $(GOFLAGS) -o $(BUILD_DEST)-windows-amd64
Expand Down

0 comments on commit 57eca5d

Please sign in to comment.