Skip to content

Commit

Permalink
Remove deprecated field
Browse files Browse the repository at this point in the history
  • Loading branch information
GGP1 committed Aug 1, 2023
1 parent 173c34a commit befd648
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ archives:
format_overrides:
- goos: windows
format: zip
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD
checksum:
name_template: '{{ .ProjectName }}_{{ .Tag }}_checksums.txt'
snapshot:
Expand Down Expand Up @@ -82,14 +70,3 @@ nfpms:
homepage: https://github.com/GGP1/kure
license: Apache 2.0
file_name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD

0 comments on commit befd648

Please sign in to comment.