Skip to content

Commit 5d3355e

Browse files
committed
Remove EOL alpine:3.12
1 parent fa10655 commit 5d3355e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/reusable-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -503,12 +503,6 @@ jobs:
503503
, DISTRO: "Alpine"
504504
, ARTIFACT: "x86_64-linux-musl-static"
505505
},
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-
},
512506
{ image: "ghcr.io/void-linux/void-glibc:latest"
513507
, installCmd: "xbps-install -Suy xbps && xbps-install -Sy"
514508
, toolRequirements: "${{ needs.tool-output.outputs.xbps_tools }}"

0 commit comments

Comments
 (0)