Skip to content

Commit 52ef048

Browse files
committed
Only test i386 on Alpine builds (no support for Ubuntu on i386 anymore and qemu-user-static is way too slow on GitHub's runners)
1 parent b596ec7 commit 52ef048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
2626
strategy="$(~/bashbrew/scripts/github-actions/generate.sh)"
2727
strategy="$(~/bashbrew/scripts/github-actions/munge-i386.sh -c <<<"$strategy")"
28+
strategy="$(jq -c '.matrix.include[] | select(.name | (test("i386") | not) or test("alpine"))' <<<"$strategy")" # Ubuntu no longer supports i386 (so we can only build test Alpine there; qemu-user-static is too slow for other arches)
2829
jq . <<<"$strategy" # sanity check / debugging aid
2930
echo "::set-output name=strategy::$strategy"
3031

0 commit comments

Comments
 (0)