diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b52e76d6..8f21fa0c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -18,8 +18,6 @@ builds: - amd64 - arm64 ignore: - - goos: darwin - goarch: amd64 - goos: linux goarch: arm64 - goos: windows @@ -39,8 +37,6 @@ builds: - amd64 - arm64 ignore: - - goos: darwin - goarch: amd64 - goos: linux goarch: arm64 - goos: windows @@ -82,10 +78,6 @@ archives: builds: - "asrestore" -source: - enabled: true - name_template: "{{ .ProjectName }}" - release: header: | ## Release {{ .Version }} ({{ .Date }})