Browse Source

Revert "Revert ":robot: Disable darwin amd64/arm64 builds""

This reverts commit d22cffe5500fbba153f6aa016ca2e6be7221a27a.
Ettore Di Giacinto 3 years ago
parent
commit
01f0ca153a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .goreleaser.yml

+ 5 - 0
.goreleaser.yml

@@ -15,6 +15,11 @@ builds:
       - arm
       - arm
       - 386
       - 386
       - arm64
       - arm64
+    ignore:
+      - goos: darwin
+        goarch: arm64
+      - goos: darwin
+        goarch: amd64
 source:
 source:
   enabled: true
   enabled: true
   name_template: '{{ .ProjectName }}-{{ .Tag }}-source'
   name_template: '{{ .ProjectName }}-{{ .Tag }}-source'