diff --git a/pkgs/windvalley/gossh/registry.yaml b/pkgs/windvalley/gossh/registry.yaml index 0f06d5dfe34..d4b0fff13fc 100644 --- a/pkgs/windvalley/gossh/registry.yaml +++ b/pkgs/windvalley/gossh/registry.yaml @@ -2,8 +2,8 @@ packages: - type: github_release repo_owner: windvalley repo_name: gossh + description: Gossh is a high-performance and high-concurrency ssh tool format: raw rosetta2: true + supported_if: GOOS == "darwin" or (GOOS == "linux" and GOARCH == "amd64") asset: "gossh-{{.Version}}-{{.OS}}-{{.Arch}}" - supported_if: not (GOOS == "linux" and GOARCH == "arm64") - description: Gossh is a high-performance and high-concurrency ssh tool diff --git a/registry.json b/registry.json index 7edbc5a57cb..21fe846c84e 100644 --- a/registry.json +++ b/registry.json @@ -8826,7 +8826,7 @@ "repo_name": "gossh", "repo_owner": "windvalley", "rosetta2": true, - "supported_if": "not (GOOS == \"linux\" and GOARCH == \"arm64\")", + "supported_if": "GOOS == \"darwin\" or (GOOS == \"linux\" and GOARCH == \"amd64\")", "type": "github_release" }, { diff --git a/registry.yaml b/registry.yaml index 591135fd57c..3108246fb23 100644 --- a/registry.yaml +++ b/registry.yaml @@ -5925,11 +5925,11 @@ packages: - type: github_release repo_owner: windvalley repo_name: gossh + description: Gossh is a high-performance and high-concurrency ssh tool format: raw rosetta2: true + supported_if: GOOS == "darwin" or (GOOS == "linux" and GOARCH == "amd64") asset: "gossh-{{.Version}}-{{.OS}}-{{.Arch}}" - supported_if: not (GOOS == "linux" and GOARCH == "arm64") - description: Gossh is a high-performance and high-concurrency ssh tool - type: github_release repo_owner: wtfutil repo_name: wtf