diff --git a/.goreleaser.yml b/.goreleaser.yml index ea6a9d9..fffec35 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,3 @@ -before: - hooks: - - go mod download builds: - env: - CGO_ENABLED=0 @@ -8,15 +5,10 @@ builds: - linux - windows - darwin -archives: - - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: i386 - amd64: x86_64 -checksum: - name_template: 'checksums.txt' + goarch: + - amd64 + - arm64 + snapshot: name_template: "{{ .Tag }}-next" changelog: @@ -25,3 +17,4 @@ changelog: exclude: - '^docs:' - '^test:' +