Skip to content

Commit de4ceca

Browse files
authored
Add alpine 3.21 support (#1021)
1 parent 6ea94a6 commit de4ceca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GOBIN ?= $$(go env GOPATH)/bin
2222
# | redhatenterprise | 8, 9 | |
2323
# | rockylinux | 8, 9 | |
2424
# | almalinux | 8, 9 | |
25-
# | alpine | 3.17, 3.18, 3.19, 3.20 | |
25+
# | alpine | 3.17, 3.18, 3.19, 3.20, 3.21 | |
2626
# | oraclelinux | 8, 9 | |
2727
# | suse | sles12sp5, sle15 | |
2828
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

Makefile.packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ REDHAT_ARCHS ?= aarch64 x86_64
2222
ROCKY_VERSIONS ?= rocky-8 rocky-9
2323
ROCKY_ARCHS ?= aarch64 x86_64
2424
FREEBSD_DISTROS ?= "FreeBSD:13:amd64" "FreeBSD:14:amd64"
25-
APK_VERSIONS ?= 3.17 3.18 3.19 3.20
25+
APK_VERSIONS ?= 3.17 3.18 3.19 3.20 3.21
2626
APK_ARCHS ?= aarch64 x86_64
2727
ALMA_VERSIONS ?= almalinux-8 almalinux-9
2828
ALMA_ARCHS ?= aarch64 x86_64

0 commit comments

Comments
 (0)