Skip to content

Commit

Permalink
narrow down builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aglarendil committed Jul 25, 2023
1 parent 470fe4a commit 68bf468
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,15 @@ builds:
binary: '{{ .ProjectName }}_v{{ .Version }}_x5'
env:
- CGO_ENABLED=0
- GOMAXPROCS=8
flags:
- -trimpath
goos:
- darwin
- freebsd
- linux
- openbsd
- windows
goarch:
- '386'
- amd64
- arm
- arm64
ignore:
- goarch: arm
goos: windows
- goarch: arm64
goos: freebsd
- goarch: arm64
goos: windows
- goarch: arm64
goos: openbsd
ldflags:
- -s -w -X 'github.com/hashicorp/terraform-provider-aws/version.ProviderVersion={{ .Version }}'
mod_timestamp: '{{ .CommitTimestamp }}'
Expand Down

0 comments on commit 68bf468

Please sign in to comment.