diff --git a/goreleaser.yml b/goreleaser.yml index dde732c14..0854c2de8 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -2,19 +2,15 @@ homepage: &homepage http://goreleaser.github.io description: &description Deliver Go binaries as fast and easily as possible build: goos: - # - linux + - linux - darwin - windows goarch: - # - 386 + - 386 - amd64 - # - arm - # - arm64 + - arm + - arm64 archive: - files: - - README.* - - internal/**/*.go - - config/* format_overrides: - goos: windows format: zip