Skip to content

Commit

Permalink
Remove arm64 from goarch (#57)
Browse files Browse the repository at this point in the history
because it fails in goreleaser build and because that arch wasn't built in previous releases anyway
  • Loading branch information
jweibel22 committed Feb 17, 2021
1 parent d7a9d0b commit 40a2084
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
builds:
- env:
- CGO_ENABLED=0
ldflags:
- "-s -w -X github.com/lunarway/shuttle/cmd.version={{.Version}} -X github.com/lunarway/shuttle/cmd.commit={{.Commit}}"
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- 386
ldflags:
- "-s -w -X github.com/lunarway/shuttle/cmd.version={{.Version}} -X github.com/lunarway/shuttle/cmd.commit={{.Commit}}"

archives:
- id: archives
Expand Down

0 comments on commit 40a2084

Please sign in to comment.