Skip to content

Commit

Permalink
make: change dist name for arm64 mac binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Sep 5, 2024
1 parent 8fb9248 commit 5d83af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build-freebsd64:
GOOS=freebsd GOARCH=amd64 go build -ldflags "-s -w" -o dist/$(APP_NAME)_$(APP_VERSION)_freebsd64 main.go

build-macos-arm64:
GOOS=darwin GOARCH=arm64 go build -ldflags "-s -w" -o dist/$(APP_NAME)_$(APP_VERSION)_macos64 main.go
GOOS=darwin GOARCH=arm64 go build -ldflags "-s -w" -o dist/$(APP_NAME)_$(APP_VERSION)_macos_arm64 main.go

build-macos-amd64:
GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w" -o dist/$(APP_NAME)_$(APP_VERSION)_macos64 main.go
Expand Down

0 comments on commit 5d83af1

Please sign in to comment.