]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Exclude macOS when generating Dockerfiles
authorAndrea Bolognani <abologna@redhat.com>
Tue, 14 Jul 2020 09:43:55 +0000 (11:43 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 14 Jul 2020 10:00:12 +0000 (12:00 +0200)
Just like FreeBSD, macOS is not supported by the Dockerfile
generator.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
ci/containers/refresh

index 3a3594caa46cc3c60a4cd07bbdd0ee13f1a460f8..4cae30b86981a03fef6bce27ad6f56f24536be49 100755 (executable)
@@ -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