Fix bug in munge-i386

This commit is contained in:
Tianon Gravi 2021-08-02 10:48:52 -07:00
parent 1da7341a79
commit cec2d64846
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -Eeuo pipefail
jq --arg dpkgSmokeTest '[ "$(dpkg --print-architecture)" = "amd64" ]' ' jq --arg dpkgSmokeTest '[ "$(dpkg --print-architecture)" = "amd64" ]' '
.matrix.include += [ .matrix.include += [
.matrix.include[] .matrix.include[]
| select(.name | test(" (.+)") | not) # ignore any existing munged builds | select(.name | test(" [(].+[)]") | not) # ignore any existing munged builds
| select(.os | startswith("windows-") | not) | select(.os | startswith("windows-") | not)
| .name += " (i386)" | .name += " (i386)"
| .runs.pull = ([ | .runs.pull = ([