diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3e9105ca..e0aafe37 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -19,20 +19,20 @@ builds: ldflags: - '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}' goos: -# - freebsd -# - windows + - freebsd + - windows - linux - darwin goarch: - amd64 -# - '386' -# - arm + - '386' + - arm - arm64 -# ignore: -# - goos: darwin -# goarch: '386' -# - goos: windows -# goarch: arm + ignore: + - goos: darwin + goarch: '386' + - goos: windows + goarch: arm binary: '{{ .ProjectName }}_v{{ .Version }}' archives: - formats: [ 'zip' ]