Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
removed special case removal of architectures... so that all arch for all os.
  • Loading branch information
bradhead authored Oct 26, 2023
1 parent 08cb0cf commit 29998d7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,8 @@ builds:
- windows
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
- goos: openbsd
goarch: arm
- goos: openbsd
goarch: arm64
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- id: a1
Expand All @@ -51,7 +39,6 @@ archives:
format_overrides:
- goos: windows
format: zip
allow_different_binary_count: true
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256
Expand Down

0 comments on commit 29998d7

Please sign in to comment.