Skip to content

Commit

Permalink
build: reduce items built
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Althaus <[email protected]>
  • Loading branch information
galthaus committed Mar 21, 2023
1 parent 097ba31 commit a45cccf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,12 @@ builds:
ldflags:
- '-s -w -X main.owner={{if eq .GitURL "https://github.com/rackn/terraform-provider-drp"}}rackn{{else}}digitalrebar{{end}} main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit a45cccf

Please sign in to comment.