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:
parent
45ed335450
commit
4541d3a918
@ -14,7 +14,7 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
HOSTS=$($LCITOOL hosts | grep -v freebsd)
|
HOSTS=$($LCITOOL hosts | grep -Ev 'freebsd|macos')
|
||||||
|
|
||||||
for host in $HOSTS
|
for host in $HOSTS
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user