Skip to content

Commit e5c98bb

Browse files
committed
packages: add Alpine 22, drop Alpine 19
Signed-off-by: Davide Madrisan <d.madrisan@proton.me>
1 parent f8fa838 commit e5c98bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ The `.apk`, `.rpm` and `.deb` packages for Alpine, CentOS/RHEL, Debian, and Fedo
126126

127127
Command | Distribution
128128
-------------------- | ------------
129-
Alpine 3.19 | `make -C packages alpine-3.19`
130129
Alpine 3.20 | `make -C packages alpine-3.20`
131130
Alpine 3.21 | `make -C packages alpine-3.21`
131+
Alpine 3.22 | `make -C packages alpine-3.22`
132132
CentOS Stream 8 | `make -C packages centos-stream-8`
133133
CentOS Stream 9 | `make -C packages centos-stream-9`
134134
Debian 10 (Buster) | `make -C packages debian-buster`

packages/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ MULTIBUILD_OPTS = \
3333
--pckver $(PACKAGE_VERSION)
3434

3535
TARGETS_ALPINE = \
36-
alpine-3.19 \
3736
alpine-3.20 \
38-
alpine-3.21
39-
alpine-latest: alpine-3.21
37+
alpine-3.21 \
38+
alpine-3.22
39+
alpine-latest: alpine-3.22
4040

4141
TARGETS_CENTOS_STREAM = \
4242
centos-stream-8 centos-stream-9

0 commit comments

Comments
 (0)