diff --git a/pkgs/getsentry/sentry-cli/pkg.yaml b/pkgs/getsentry/sentry-cli/pkg.yaml index 1fbab4811f9..77f57801e8c 100644 --- a/pkgs/getsentry/sentry-cli/pkg.yaml +++ b/pkgs/getsentry/sentry-cli/pkg.yaml @@ -1,2 +1,2 @@ packages: - - name: getsentry/sentry-cli@2.1.0 + - name: getsentry/sentry-cli@2.2.0 diff --git a/pkgs/getsentry/sentry-cli/registry.yaml b/pkgs/getsentry/sentry-cli/registry.yaml index 19a79768e85..7a2be51e8b1 100644 --- a/pkgs/getsentry/sentry-cli/registry.yaml +++ b/pkgs/getsentry/sentry-cli/registry.yaml @@ -2,8 +2,9 @@ packages: - type: github_release repo_owner: getsentry repo_name: sentry-cli - asset: "sentry-cli-{{.OS}}-{{.Arch}}" description: A command line utility to work with Sentry + supported_if: not (GOOS == "windows" and GOARCH == "arm64") + asset: "sentry-cli-{{.OS}}-{{.Arch}}" replacements: darwin: Darwin linux: Linux diff --git a/registry.json b/registry.json index 5d9534b60a9..b91b9a01be5 100644 --- a/registry.json +++ b/registry.json @@ -3464,6 +3464,7 @@ }, "repo_name": "sentry-cli", "repo_owner": "getsentry", + "supported_if": "not (GOOS == \"windows\" and GOARCH == \"arm64\")", "type": "github_release" }, { diff --git a/registry.yaml b/registry.yaml index f5a5f7272f7..3244dfe4e7d 100644 --- a/registry.yaml +++ b/registry.yaml @@ -2298,8 +2298,9 @@ packages: - type: github_release repo_owner: getsentry repo_name: sentry-cli - asset: "sentry-cli-{{.OS}}-{{.Arch}}" description: A command line utility to work with Sentry + supported_if: not (GOOS == "windows" and GOARCH == "arm64") + asset: "sentry-cli-{{.OS}}-{{.Arch}}" replacements: darwin: Darwin linux: Linux