Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 1e4634e

Browse files
authored
At some point between the 0.2 release and the 0.7 the linux binary (#6215)
has moved from /linux/ to /linux-amd64/ ### Description of the change Not clear to me why we were on the old 0.2 version, but the [0.2 version has a `/linux/` directory](https://vmwaresaas.jfrog.io/ui/native/srp-tools/srpcli/0.2.20220825211752-571e676-57/) while the [0.7 version has arch-specific directories](https://vmwaresaas.jfrog.io/ui/native/srp-tools/srpcli/0.7.2-20230418081227-67dbd9c-113). --------- Signed-off-by: Michael Nelson <minelson@vmware.com>
1 parent c0f9e6c commit 1e4634e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/srp-source-provenance/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
curl https://srp-cli.s3.amazonaws.com/srp-cli-latest.tgz -o /tmp/srp-cli/srp-cli-latest.tgz
3333
tar xvzf /tmp/srp-cli/srp-cli-latest.tgz -C /tmp/srp-cli/
3434
else
35-
wget "https://vmwaresaas.jfrog.io/artifactory/srp-tools/srpcli/${SRP_CLI_VERSION}/linux/srp" -O /tmp/srp-cli/srp
35+
wget "https://vmwaresaas.jfrog.io/artifactory/srp-tools/srpcli/${SRP_CLI_VERSION}/linux-amd64/srp" -O /tmp/srp-cli/srp
3636
fi
3737
chmod +x /tmp/srp-cli/srp
3838
sudo mv /tmp/srp-cli/srp /usr/local/bin/.

0 commit comments

Comments
 (0)