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

Skip to content

Commit a1b6b65

Browse files
committed
fix: specify armv7 to match tf provider
1 parent 5f3ad60 commit a1b6b65

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
@@ -41,7 +41,7 @@ chmod +x $BINARY_LOCATION
4141
export CODER_AGENT_AUTH="${AUTH_TYPE}"
4242
export CODER_AGENT_URL="${ACCESS_URL}"
4343
exec $BINARY_LOCATION agent`,
44-
"arm": `#!/usr/bin/env sh
44+
"armv7": `#!/usr/bin/env sh
4545
set -eu pipefail
4646
export BINARY_LOCATION=$(mktemp -d -t tmp.coderXXXXX)/coder
4747
curl -fsSL ${ACCESS_URL}bin/coder-linux-arm -o $BINARY_LOCATION

0 commit comments

Comments
 (0)