From 1ce21792d58f206217d11ed796b977e4aa8b49bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 13:08:46 +0000 Subject: [PATCH 1/2] chore(deps): update dependency getsentry/sentry-cli to v2.2.0 --- pkgs/getsentry/sentry-cli/pkg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 030c0de5dae8aeae4cd2e86bae1c6c078668c264 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 17 Jun 2022 22:34:03 +0900 Subject: [PATCH 2/2] fix(getsentry/sentry-cli): exclude windows/arm64 --- pkgs/getsentry/sentry-cli/registry.yaml | 3 ++- registry.json | 1 + registry.yaml | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) 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