Skip to content

Commit

Permalink
Update "munge.sh" (we need to force build on Alpine now and Buster do…
Browse files Browse the repository at this point in the history
…es not exist)
  • Loading branch information
tianon committed Dec 19, 2023
1 parent acf6e86 commit 020b04e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/munge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jq '
.matrix.include[]
| select(.name | test(" (.+)") | not) # ignore any existing munged builds
| select(.os | startswith("windows-") | not) # ignore Windows (always downloads)
| select(.meta.froms[] | test("^alpine:") | not) # ignore Alpine (already always builds from source)
| select(.meta.froms[] | test("buster") | not) # ignore Debian Buster (not new enough Go, only supports architectures that download)
| .name += " (force build)"
| .runs.build = ([
"# update versions.json to force us to build Go instead of downloading it",
Expand Down

0 comments on commit 020b04e

Please sign in to comment.