Skip to content

Commit

Permalink
Merge pull request #315 from k1LoW/arm64
Browse files Browse the repository at this point in the history
Support darwin arm64
  • Loading branch information
k1LoW authored Sep 28, 2021
2 parents 13401ea + 2c56d9e commit ad51042
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ builds:
- darwin
goarch:
- amd64
-
id: tbls-darwin-arm64
hooks:
pre: packr2
post: packr2 clean
ldflags:
- -s -w -X github.com/k1LoW/tbls.version={{.Version}} -X github.com/k1LoW/tbls.commit={{.FullCommit}} -X github.com/k1LoW/tbls.date={{.Date}} -X github.com/k1LoW/tbls/version.Version={{.Version}}
env:
- CGO_ENABLED=1
- SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
goos:
- darwin
goarch:
- arm64
-
id: tbls-linux
hooks:
Expand Down

0 comments on commit ad51042

Please sign in to comment.