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

Commitbf9c1d4

Browse files
committed
fix: Add "arm" architecture
This allows for 32-bit arm to be used with Coder.
1 parent4531753 commitbf9c1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎internal/provider/provider.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ func New() *schema.Provider {
163163
Type:schema.TypeString,
164164
ForceNew:true,
165165
Required:true,
166-
Description:`The architecture the agent will run on. Must be one of: "amd64", "arm64".`,
167-
ValidateFunc:validation.StringInSlice([]string{"amd64","arm64"},false),
166+
Description:`The architecture the agent will run on. Must be one of: "amd64", "arm", "arm64".`,
167+
ValidateFunc:validation.StringInSlice([]string{"amd64","arm","arm64"},false),
168168
},
169169
"auth": {
170170
Type:schema.TypeString,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp