We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa10655 commit 5d3355eCopy full SHA for 5d3355e
.github/workflows/reusable-release.yml
@@ -503,12 +503,6 @@ jobs:
503
, DISTRO: "Alpine"
504
, ARTIFACT: "x86_64-linux-musl-static"
505
},
506
- { image: "alpine:3.12"
507
- , installCmd: "apk update && apk add"
508
- , toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
509
- , DISTRO: "Alpine"
510
- , ARTIFACT: "x86_64-linux-musl-static"
511
- },
512
{ image: "ghcr.io/void-linux/void-glibc:latest"
513
, installCmd: "xbps-install -Suy xbps && xbps-install -Sy"
514
, toolRequirements: "${{ needs.tool-output.outputs.xbps_tools }}"
0 commit comments