Skip to content

Commit 020b04e

Browse files
committed
Update "munge.sh" (we need to force build on Alpine now and Buster does not exist)
1 parent acf6e86 commit 020b04e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/munge.sh

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jq '
1010
.matrix.include[]
1111
| select(.name | test(" (.+)") | not) # ignore any existing munged builds
1212
| 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)
1513
| .name += " (force build)"
1614
| .runs.build = ([
1715
"# update versions.json to force us to build Go instead of downloading it",

0 commit comments

Comments
 (0)