Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita1b6b65

Browse files
committed
fix: specify armv7 to match tf provider
1 parent5f3ad60 commita1b6b65

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)

[8]ページ先頭

©2009-2025 Movatter.jp