diff --git a/.goreleaser.yml b/.goreleaser.yml index ac2080e..ffa76ed 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,5 @@ +version: 2 + builds: - env: - CGO_ENABLED=0 @@ -9,9 +11,10 @@ builds: - darwin_amd64 - darwin_arm64 - linux_amd64 + - linux_arm64 - windows_amd64 archives: - format_overrides: - goos: windows - format: zip + formats: [ 'zip' ]