Skip to content

Commit

Permalink
Support linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jul 11, 2023
1 parent 6f54ee6 commit c864453
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 c864453

Please sign in to comment.