Thanks to visit codestin.com Credit goes to github.com
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 ceac8a5 commit 449ef7bCopy full SHA for 449ef7b
provisionersdk/agent.go
@@ -44,7 +44,7 @@ exec $BINARY_LOCATION agent`,
44
"armv7": `#!/usr/bin/env sh
45
set -eu pipefail
46
export BINARY_LOCATION=$(mktemp -d -t tmp.coderXXXXX)/coder
47
-curl -fsSL ${ACCESS_URL}bin/coder-linux-arm -o $BINARY_LOCATION
+curl -fsSL ${ACCESS_URL}bin/coder-linux-armv7 -o $BINARY_LOCATION
48
chmod +x $BINARY_LOCATION
49
export CODER_AGENT_AUTH="${AUTH_TYPE}"
50
export CODER_AGENT_URL="${ACCESS_URL}"
0 commit comments