From befd648227706ad928ed73eb0dbc697cb3f6f477 Mon Sep 17 00:00:00 2001 From: GGP1 Date: Mon, 31 Jul 2023 22:43:35 -0300 Subject: [PATCH] Remove deprecated field --- .goreleaser.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 94e26a3..ac43ed8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: @@ -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 \ No newline at end of file