Skip to content

Commit

Permalink
Remove deprecated GoReleaser option
Browse files Browse the repository at this point in the history
  • Loading branch information
eikendev committed Jul 15, 2023
1 parent 170b964 commit 7f8c353
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,12 @@ builds:
goos:
- linux
- windows
- freebsd
- openbsd
- darwin
goarch:
- amd64
- 386
- arm
- arm64
env:
- CGO_ENABLED=0
ignore:
- goos: freebsd
goarch: arm64

checksum:
algorithm: sha256
Expand All @@ -28,8 +21,6 @@ archives:
builds:
- pbcli
format: tar.gz
replacements:
darwin: macOS
format_overrides:
- goos: windows
format: zip

0 comments on commit 7f8c353

Please sign in to comment.