We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf6e86 commit 020b04eCopy full SHA for 020b04e
.github/workflows/munge.sh
@@ -10,8 +10,6 @@ jq '
10
.matrix.include[]
11
| select(.name | test(" (.+)") | not) # ignore any existing munged builds
12
| select(.os | startswith("windows-") | not) # ignore Windows (always downloads)
13
- | select(.meta.froms[] | test("^alpine:") | not) # ignore Alpine (already always builds from source)
14
- | select(.meta.froms[] | test("buster") | not) # ignore Debian Buster (not new enough Go, only supports architectures that download)
15
| .name += " (force build)"
16
| .runs.build = ([
17
"# update versions.json to force us to build Go instead of downloading it",
0 commit comments