Skip to content

Commit 96836f0

Browse files
authored
Add Alpine 3.22 Support (#1152)
1 parent 0ff0f09 commit 96836f0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ jobs:
138138
- image: "ubuntu"
139139
version: "24.04"
140140
- image: "alpine"
141-
version: "3.18"
141+
version: "3.20"
142142
- image: "alpine"
143-
version: "3.19"
143+
version: "3.21"
144144
- image: "alpine"
145-
version: "3.20"
145+
version: "3.22"
146146
- image: "alpine"
147147
version: "3.21"
148148
- 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 | |
3737
# | rockylinux | 8, 9 | |
3838
# | almalinux | 8, 9 | |
39-
# | alpine | 3.18, 3.19, 3.20, 3.21 | |
39+
# | alpine | 3.18, 3.19, 3.20, 3.21 3.22 | |
4040
# | oraclelinux | 8, 9 | |
4141
# | suse | sle15 | |
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
1818
ROCKY_ARCHS?=aarch64 x86_64
1919
FREEBSD_DISTROS?="FreeBSD:13:amd64" "FreeBSD:14:amd64"
20-
APK_VERSIONS?=3.18 3.19 3.20 3.21
20+
APK_VERSIONS?=3.18 3.19 3.20 3.21 3.22
2121
APK_ARCHS?=aarch64 x86_64
2222
ALMA_VERSIONS?=almalinux-8 almalinux-9
2323
ALMA_ARCHS?=aarch64 x86_64

0 commit comments

Comments
 (0)