1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Package for Debian Bookworm (#881)

This PR adds building binary packages for Debian’s bookworm release.
This commit is contained in:
Ximon Eighteen
2023-07-11 10:31:32 +02:00
committed by GitHub
parent b4897b7c1c
commit 64525b6308

View File

@ -11,6 +11,7 @@ image:
- "debian:stretch" # debian/9
- "debian:buster" # debian/10
- "debian:bullseye" # debian/11
- "debian:bookworm" # debian/12
- 'centos:7'
- 'rockylinux:8' # compatible with EOL centos:8
- 'rockylinux:9'
@ -81,8 +82,12 @@ test-mode:
- 'fresh-install'
- 'upgrade-from-published'
# Disable upgrade testing on Rocky Linux 9 as we haven't published any packages for the 9 release yet.
# Disable upgrade testing on Rocky Linux 9 and Debian Bookworm as we haven't published any packages for
# those O/S versions yet.
test-exclude:
- pkg: 'routinator'
image: 'rockylinux:9'
mode: 'upgrade-from-published'
mode: 'upgrade-from-published'
- pkg: 'routinator'
image: 'debian:bookworm'
mode: 'upgrade-from-published'