Skip to content

Commit c90e467

Browse files
committed
Fix container-only for arm in ci [skip ci]
1 parent 0274127 commit c90e467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/get-matrix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ for os in "${runner_os_array[@]}"; do
7474
done
7575

7676
for runner_os in "${runner_os_array[@]}"; do
77+
[[ "$runner_os" = *arm* ]] && runner_os="arm64v8/${runner_os/-arm/}"
7778
container_runner_os="${runner_os//-/:}"
7879
if [[ $CONTAINER_OS_LIST != *$container_runner_os* ]]; then
7980
container_only='true'

0 commit comments

Comments
 (0)