Skip to content

Commit

Permalink
Merge branch 'registry-fix-build' into 'master'
Browse files Browse the repository at this point in the history
build: reduce items built

See merge request rackn/terraform-provider-drp!99
  • Loading branch information
galthaus committed Mar 21, 2023
2 parents 097ba31 + a45cccf commit cf9813e
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 cf9813e

Please sign in to comment.