Skip to content

Commit

Permalink
Merge pull request #9 from k1LoW/add-arm
Browse files Browse the repository at this point in the history
Add arm64
  • Loading branch information
k1LoW committed Nov 4, 2022
2 parents 67c55c0 + f5ecfcf commit d664d0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ builds:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
ldflags:
- -s -w -X github.com/k1LoW/colr.version={{.Version}} -X github.com/k1LoW/colr.commit={{.FullCommit}} -X github.com/k1LoW/colr.date={{.Date}} -X github.com/k1LoW/colr/version.Version={{.Version}}
-
Expand All @@ -18,6 +21,9 @@ builds:
goos:
- darwin
- windows
goarch:
- amd64
- arm64
ldflags:
- -s -w -X github.com/k1LoW/colr.version={{.Version}} -X github.com/k1LoW/colr.commit={{.FullCommit}} -X github.com/k1LoW/colr.date={{.Date}} -X github.com/k1LoW/colr/version.Version={{.Version}}
archives:
Expand Down

0 comments on commit d664d0c

Please sign in to comment.