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

Commit449ef7b

Browse files
committed
use descript armv7 binary
1 parentceac8a5 commit449ef7b

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)

[8]ページ先頭

©2009-2025 Movatter.jp