File tree Expand file tree Collapse file tree 2 files changed +3
-47
lines changed
utils/webassembly/amazonlinux Expand file tree Collapse file tree 2 files changed +3
-47
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,12 @@ def main
72
72
matrix_entries = BASE_MATRIX_ENTRIES . dup
73
73
if options [ :runner ]
74
74
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" ]
76
76
matrix_entries << {
77
77
"build_os" : "amazon-linux-2" ,
78
78
"agent_query" : label ,
79
79
"target" : "amazonlinux2_x86_64" ,
80
+ "container" : "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2" ,
80
81
"run_stdlib_test" : false ,
81
82
"run_full_test" : false ,
82
83
"run_e2e_test" : false ,
@@ -89,6 +90,7 @@ def main
89
90
"build_os" : "ubuntu-20.04" ,
90
91
"agent_query" : label ,
91
92
"target" : "ubuntu20.04_aarch64" ,
93
+ "container" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04" ,
92
94
"run_stdlib_test" : false ,
93
95
"run_full_test" : false ,
94
96
"run_e2e_test" : false ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments