From 7ceaa4ce78957369a465f5b14e75e8dc4c75008a Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Sun, 26 Feb 2023 11:21:40 +1300 Subject: [PATCH] Fix 'Killed': Try running jobs sequentially? --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 0298133..87d74f9 100644 --- a/.build.yml +++ b/.build.yml @@ -26,7 +26,7 @@ tasks: # build amd64+arm64 images to named manifest. requires buildah >=1.23.1 and takes a long time # see also https://podman.io/blogs/2021/10/11/multiarch.html - buildah build --manifest "${REPO_NAME}_${GIT_REV}" --jobs=4 --platform="${IMAGE_PLATFORMS}" . + buildah build --manifest "${REPO_NAME}_${GIT_REV}" --jobs=1 --platform="${IMAGE_PLATFORMS}" . # push manifest and built amd64+arm64 images to both rev and branch tags buildah manifest push --all "${REPO_NAME}_${GIT_REV}" "docker://${IMAGE_NAME}:${GIT_REV}" -- 2.45.2