Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: specify armv7 to match tf provider
  • Loading branch information
bpmct committed May 11, 2022
commit a1b6b658e1d32d849f06880cfb4eb01bf5464aac
2 changes: 1 addition & 1 deletion provisionersdk/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chmod +x $BINARY_LOCATION
export CODER_AGENT_AUTH="${AUTH_TYPE}"
export CODER_AGENT_URL="${ACCESS_URL}"
exec $BINARY_LOCATION agent`,
"arm": `#!/usr/bin/env sh
"armv7": `#!/usr/bin/env sh
set -eu pipefail
export BINARY_LOCATION=$(mktemp -d -t tmp.coderXXXXX)/coder
curl -fsSL ${ACCESS_URL}bin/coder-linux-arm -o $BINARY_LOCATION
Expand Down