diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 821f8c3..c63c6aa 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -25,7 +25,7 @@ builds: - CGO_ENABLED=0 ignore: - goos: darwin - goarch: 386 + goarch: '386' - goos: freebsd goarch: arm64 main: ./ @@ -41,12 +41,6 @@ archives: files: - LICENSE - README.md - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 universal_binaries: - replace: false diff --git a/Taskfile.yaml b/Taskfile.yaml index 2681ee3..8e4bfbb 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -60,7 +60,7 @@ tasks: SNAPSHOT: sh: 'if [[ $(git describe --exact-match HEAD) != v* ]]; then echo "--snapshot"; fi' cmds: - - goreleaser release --rm-dist {{.SNAPSHOT}} + - goreleaser release --clean {{.SNAPSHOT}} setup: desc: Setup development env.