diff --git a/.github/workflows/build-checks.yml b/.github/workflows/build-checks.yml index 12f7464..10bc181 100644 --- a/.github/workflows/build-checks.yml +++ b/.github/workflows/build-checks.yml @@ -16,8 +16,8 @@ jobs: fail-fast: false matrix: container: - - 'alpine:3.17' - 'alpine:3.18' + - 'alpine:3.19' - 'debian:11' - 'debian:12' - 'fedora:38' diff --git a/README.md b/README.md index 645bb1a..280b503 100644 --- a/README.md +++ b/README.md @@ -132,9 +132,9 @@ The `.apk`, `.rpm` and `.deb` packages for Alpine, CentOS/RHEL, Debian, and Fedo Command | Distribution -------------------- | ------------ -Alpine 3.16 | `make -C packages alpine-3.16` Alpine 3.17 | `make -C packages alpine-3.17` Alpine 3.18 | `make -C packages alpine-3.18` +Alpine 3.19 | `make -C packages alpine-3.19` CentOS Stream 8 | `make -C packages centos-stream-8` CentOS Stream 9 | `make -C packages centos-stream-9` Debian 10 (Buster) | `make -C packages debian-buster` diff --git a/packages/Makefile.am b/packages/Makefile.am index 948f02f..5770190 100644 --- a/packages/Makefile.am +++ b/packages/Makefile.am @@ -33,10 +33,10 @@ MULTIBUILD_OPTS = \ --pckver $(PACKAGE_VERSION) TARGETS_ALPINE = \ - alpine-3.16 \ alpine-3.17 \ - alpine-3.18 -alpine-latest: alpine-3.18 + alpine-3.18 \ + alpine-3.19 +alpine-latest: alpine-3.19 TARGETS_CENTOS_STREAM = \ centos-stream-8 centos-stream-9 diff --git a/packages/multibuild.sh b/packages/multibuild.sh index b459933..9410063 100755 --- a/packages/multibuild.sh +++ b/packages/multibuild.sh @@ -1,6 +1,6 @@ #!/bin/bash # Multi-platform build system -# Copyright (C) 2016-2023 Davide Madrisan +# Copyright (C) 2016-2024 Davide Madrisan PROGNAME="${0##*/}" PROGPATH="${0%/*}" @@ -33,6 +33,7 @@ Where: -u|--uid : user ID of the user 'developer' used for building the software Supported distributions: + Alpine Linux 17-19 CentOS 5-8 CentOS Stream 8, 9 Debian 9-12