Skip to content

Commit bbc2c72

Browse files
authored
ci: explicitly list used AMIs (#8138)
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent 4304d40 commit bbc2c72

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/runs-on.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
_extends: .github-private
2+
23
images:
3-
ubuntu24-full-arm64-pre:
4+
ubuntu24-full-x64-pre-v2:
5+
platform: "linux"
6+
arch: "x64"
7+
name: "vortex-ci-v2-x64-*"
8+
owner: "245040174862"
9+
ubuntu24-full-arm64-pre-v2:
410
platform: "linux"
511
arch: "arm64"
6-
ami: "ami-0f1ea4587146704c3"
12+
name: "vortex-ci-v2-arm64-*"
13+
owner: "245040174862"
14+
windows25-full-x64-pre:
15+
platform: "windows"
16+
arch: "x64"
17+
name: "vortex-ci-windows-x64-*"
18+
owner: "245040174862"

0 commit comments

Comments
 (0)