Skip to content

Commit 4c89f47

Browse files
committed
Exclude Alpine variants in GitHub Actions i386 test builds
There are no upstream Alpine + i386 builds.
1 parent fb8e276 commit 4c89f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
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 <<<"$strategy" '.matrix.include = [ .matrix.include[] | select(.name | test("alpine.*i386") | not) ]')" # Alpine releases do not exist for i386
2829
jq . <<<"$strategy" # sanity check / debugging aid
2930
echo "::set-output name=strategy::$strategy"
3031

0 commit comments

Comments
 (0)