Skip to content

Commit 0ce72cd

Browse files
[ci] build amazonlinux2 and aarch ubuntu toolchains on containers
1 parent 2111d6a commit 0ce72cd

File tree

2 files changed

+3
-47
lines changed

2 files changed

+3
-47
lines changed

.github/scripts/build-matrix.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ def main
7272
matrix_entries = BASE_MATRIX_ENTRIES.dup
7373
if options[:runner]
7474
runner = JSON.parse(File.read(options[:runner]))
75-
if label = runner["outputs"]["ubuntu20_04_aarch64-label"]
75+
if label = runner["outputs"]["amazonlinux2_x86_64-label"]
7676
matrix_entries << {
7777
"build_os": "amazon-linux-2",
7878
"agent_query": label,
7979
"target": "amazonlinux2_x86_64",
80+
"container": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2",
8081
"run_stdlib_test": false,
8182
"run_full_test": false,
8283
"run_e2e_test": false,
@@ -89,6 +90,7 @@ def main
8990
"build_os": "ubuntu-20.04",
9091
"agent_query": label,
9192
"target": "ubuntu20.04_aarch64",
93+
"container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04",
9294
"run_stdlib_test": false,
9395
"run_full_test": false,
9496
"run_e2e_test": false,

utils/webassembly/amazonlinux/Dockerfile

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)