1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

ci: Exclude macOS when generating Dockerfiles

Just like FreeBSD, macOS is not supported by the Dockerfile
generator.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2020-07-14 11:43:55 +02:00
parent 45ed335450
commit 4541d3a918

View File

@ -14,7 +14,7 @@ then
exit 1
fi
HOSTS=$($LCITOOL hosts | grep -v freebsd)
HOSTS=$($LCITOOL hosts | grep -Ev 'freebsd|macos')
for host in $HOSTS
do