Skip to content

Commit

Permalink
feat(packages): add package creation for Alpine 3.19, remove version …
Browse files Browse the repository at this point in the history
…3.16

Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Jan 25, 2024
1 parent 769cb08 commit 6e08bc4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
6 changes: 3 additions & 3 deletions packages/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion packages/multibuild.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Multi-platform build system
# Copyright (C) 2016-2023 Davide Madrisan <[email protected]>
# Copyright (C) 2016-2024 Davide Madrisan <[email protected]>

PROGNAME="${0##*/}"
PROGPATH="${0%/*}"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e08bc4

Please sign in to comment.