Skip to content

Commit

Permalink
Merge pull request #93 from k1LoW/support-linux-arm64
Browse files Browse the repository at this point in the history
Support linux arm64
  • Loading branch information
k1LoW authored Jul 11, 2023
2 parents 6f54ee6 + c864453 commit cc5facf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ builds:
- linux
goarch:
- amd64
- arm64
main: ./cmd/gh-setup/main.go
ldflags:
- -s -w -X github.com/k1LoW/gh-setup.version={{.Version}} -X github.com/k1LoW/gh-setup.commit={{.FullCommit}} -X github.com/k1LoW/gh-setup.date={{.Date}} -X github.com/k1LoW/gh-setup/version.Version={{.Version}}
Expand Down

0 comments on commit cc5facf

Please sign in to comment.