diff --git a/.goreleaser.yml b/.goreleaser.yml index 20970719c..23bd4a5a9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,12 +21,12 @@ builds: - -s -w -X github.com/redhat-developer/app-services-cli/internal/build.Version={{.Version}} id: macos goos: [darwin] - goarch: [amd64] - + goarch: [amd64, arm64] + - <<: *build_defaults id: linux goos: [linux] - goarch: [amd64] + goarch: [amd64, arm64] env: - CGO_ENABLED=0