We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8e276 commit 4c89f47Copy full SHA for 4c89f47
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ jobs:
25
git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
26
strategy="$(~/bashbrew/scripts/github-actions/generate.sh)"
27
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
29
jq . <<<"$strategy" # sanity check / debugging aid
30
echo "::set-output name=strategy::$strategy"
31
0 commit comments