Skip to content

Commit

Permalink
Fix bug in munge-i386
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 2, 2021
1 parent 1da7341 commit cec2d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-actions/munge-i386.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -Eeuo pipefail
jq --arg dpkgSmokeTest '[ "$(dpkg --print-architecture)" = "amd64" ]' '
.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)
| .name += " (i386)"
| .runs.pull = ([
Expand Down

0 comments on commit cec2d64

Please sign in to comment.