Skip to content

Commit 1d907be

Browse files
authored
fix platform/arch for runs-on config (#5622)
1 parent 75f1c3b commit 1d907be

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/runs-on.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
images:
2-
vortex-ci:
2+
vortex-ci-amd64:
3+
platform: "linux"
4+
arch: "x64"
5+
name: "vortex-ci-*"
6+
owner: "375504701696"
7+
vortex-ci-arm64:
8+
platform: "linux"
9+
arch: "arm64"
310
name: "vortex-ci-*"
411
owner: "375504701696"

0 commit comments

Comments
 (0)