~nickbp/kapiti

7ceaa4ce78957369a465f5b14e75e8dc4c75008a — Nick Parker 6 months ago 4c9479c
Fix 'Killed': Try running jobs sequentially?
1 files changed, 1 insertions(+), 1 deletions(-)

M .build.yml
M .build.yml => .build.yml +1 -1
@@ 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}"