From 67e61d282390dcff231d8c41a955b7af13966ef8 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 12 Oct 2022 13:36:55 +0200 Subject: [PATCH] Also check whether the armhf builds have finished at the end of the build all script. --- misc/build-containers/podman_build_all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/build-containers/podman_build_all.sh b/misc/build-containers/podman_build_all.sh index 25557c7df..c70dc6718 100755 --- a/misc/build-containers/podman_build_all.sh +++ b/misc/build-containers/podman_build_all.sh @@ -117,12 +117,15 @@ files=( # Linux "pandemonium.x11.opt.64" "pandemonium.x11.opt.debug.64" + "pandemonium.x11.opt.pi4" "pandemonium.x11.opt.32" "pandemonium.x11.opt.debug.32" + "pandemonium.x11.opt.pi4" "pandemonium.x11.opt.tools.64" "pandemonium.x11.opt.tools.32" + "pandemonium.x11.opt.tools.pi4" # Server (Linux) - template "pandemonium_server.x11.opt.64"