Skip to content

Commit

Permalink
fix(getsentry/sentry-cli): exclude windows/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored and renovate[bot] committed Jun 17, 2022
1 parent 7d73312 commit f62f845
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkgs/getsentry/sentry-cli/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3464,6 +3464,7 @@
},
"repo_name": "sentry-cli",
"repo_owner": "getsentry",
"supported_if": "not (GOOS == \"windows\" and GOARCH == \"arm64\")",
"type": "github_release"
},
{
Expand Down
3 changes: 2 additions & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f62f845

Please sign in to comment.