Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 6869ad7

Browse files
committed
Updated workflow to specify x64 architecture for bot client image build.
1 parent fc5754e commit 6869ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bot-client-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
build-bot-client-image:
22-
runs-on: self-hosted
22+
runs-on: [self-hosted, x64]
2323
env:
2424
PATH: "/vscode/vscode-server/bin/linux-x64/e7e037083ff4455cf320e344325dacb480062c3c/bin/remote-cli:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
2525
steps:

0 commit comments

Comments
 (0)