Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6984b4a

Browse files
committedJun 28, 2022
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.