Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 449ef7b

Browse files
committed
use descript armv7 binary
1 parent ceac8a5 commit 449ef7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisionersdk/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ exec $BINARY_LOCATION agent`,
4444
"armv7": `#!/usr/bin/env sh
4545
set -eu pipefail
4646
export BINARY_LOCATION=$(mktemp -d -t tmp.coderXXXXX)/coder
47-
curl -fsSL ${ACCESS_URL}bin/coder-linux-arm -o $BINARY_LOCATION
47+
curl -fsSL ${ACCESS_URL}bin/coder-linux-armv7 -o $BINARY_LOCATION
4848
chmod +x $BINARY_LOCATION
4949
export CODER_AGENT_AUTH="${AUTH_TYPE}"
5050
export CODER_AGENT_URL="${ACCESS_URL}"

0 commit comments

Comments
 (0)