Skip to content

Commit eb26166

Browse files
committed
Add support for alpine 3.23
1 parent b17e77d commit eb26166

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ jobs:
154154
version: "3.21"
155155
- image: "alpine"
156156
version: "3.22"
157+
- image: "alpine"
158+
version: "3.23"
157159
- image: "debian"
158160
version: "bullseye-slim"
159161
- image: "debian"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GOTIDY = ${GOMOD} tidy
3636
# | redhatenterprise | 8, 9, 10 | |
3737
# | rockylinux | 8, 9, 10 | |
3838
# | almalinux | 8, 9, 10 | |
39-
# | alpine | 3.20, 3.21 3.22 | |
39+
# | alpine | 3.20, 3.21 3.22 3.23 | |
4040
# | oraclelinux | 8, 9, 10 | |
4141
# | suse | sle15, sle16 | |
4242
# | freebsd | | Not supported |

Makefile.packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ REDHAT_ARCHS?=aarch64 x86_64
1717
ROCKY_VERSIONS?=rocky-8 rocky-9 rocky-10
1818
ROCKY_ARCHS?=aarch64 x86_64
1919
FREEBSD_DISTROS?="FreeBSD:13:amd64" "FreeBSD:14:amd64"
20-
APK_VERSIONS?=3.20 3.21 3.22
20+
APK_VERSIONS?=3.20 3.21 3.22 3.23
2121
APK_ARCHS?=aarch64 x86_64
2222
ALMA_VERSIONS?=almalinux-8 almalinux-9 almalinux-10
2323
ALMA_ARCHS?=aarch64 x86_64

0 commit comments

Comments
 (0)