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:
@ -11,6 +11,7 @@ image:
|
|||||||
- "debian:stretch" # debian/9
|
- "debian:stretch" # debian/9
|
||||||
- "debian:buster" # debian/10
|
- "debian:buster" # debian/10
|
||||||
- "debian:bullseye" # debian/11
|
- "debian:bullseye" # debian/11
|
||||||
|
- "debian:bookworm" # debian/12
|
||||||
- 'centos:7'
|
- 'centos:7'
|
||||||
- 'rockylinux:8' # compatible with EOL centos:8
|
- 'rockylinux:8' # compatible with EOL centos:8
|
||||||
- 'rockylinux:9'
|
- 'rockylinux:9'
|
||||||
@ -81,8 +82,12 @@ test-mode:
|
|||||||
- 'fresh-install'
|
- 'fresh-install'
|
||||||
- 'upgrade-from-published'
|
- '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:
|
test-exclude:
|
||||||
- pkg: 'routinator'
|
- pkg: 'routinator'
|
||||||
image: 'rockylinux:9'
|
image: 'rockylinux:9'
|
||||||
mode: 'upgrade-from-published'
|
mode: 'upgrade-from-published'
|
||||||
|
- pkg: 'routinator'
|
||||||
|
image: 'debian:bookworm'
|
||||||
|
mode: 'upgrade-from-published'
|
||||||
|
Reference in New Issue
Block a user