We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d648517 commit 2e9e334Copy full SHA for 2e9e334
registry/coder/modules/vault-token/run.sh
@@ -68,7 +68,7 @@ install() {
68
else
69
printf "Upgrading Vault CLI from version %s to %s ...\n\n" "$${CURRENT_VERSION}" "${INSTALL_VERSION}"
70
fi
71
- fetch vault.zip "https://releases.hashicorp.com/vault/$${INSTALL_VERSION}/vault_$${INSTALL_VERSION}_linux_amd64.zip"
+ fetch vault.zip "https://releases.hashicorp.com/vault/$${INSTALL_VERSION}/vault_$${INSTALL_VERSION}_linux_$${ARCH}.zip"
72
if [ $? -ne 0 ]; then
73
printf "Failed to download Vault.\n"
74
return 1
0 commit comments