Skip to content

Commit 6984b4a

Browse files
committed
Fix: arch resolving from agent data model
1 parent c82f7fd commit 6984b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class CoderWorkspacesStepView : CoderWorkspacesWizardStep, Disposable {
7373
workspace.latestBuild.job.status,
7474
workspace.latestBuild.workspaceTransition,
7575
OS.from(agent.operatingSystem),
76-
Arch.from(agent.operatingSystem)
76+
Arch.from(agent.architecture)
7777

7878
)
7979
}

0 commit comments

Comments
 (0)