comparison Makefile @ 49419:2edb41ed6c49

contrib: add support for rhel9
author Mathias De Mare <mathias.de_mare@nokia.com>
date Mon, 08 Aug 2022 17:27:49 +0200
parents 8d7eaff92f9c
children d5b722ce9864
comparison
equal deleted inserted replaced
49418:ccccd5064c6c 49419:2edb41ed6c49
201 # Packaging targets 201 # Packaging targets
202 202
203 packaging_targets := \ 203 packaging_targets := \
204 rhel7 \ 204 rhel7 \
205 rhel8 \ 205 rhel8 \
206 rhel9 \
206 deb \ 207 deb \
207 docker-rhel7 \ 208 docker-rhel7 \
208 docker-rhel8 \ 209 docker-rhel8 \
210 docker-rhel9 \
209 docker-debian-bullseye \ 211 docker-debian-bullseye \
210 docker-debian-buster \ 212 docker-debian-buster \
211 docker-debian-stretch \ 213 docker-debian-stretch \
212 docker-fedora \ 214 docker-fedora \
213 docker-ubuntu-xenial \ 215 docker-ubuntu-xenial \