From f3b25f6fc536cfe1a13ab0bca84af90a2eb55751 Mon Sep 17 00:00:00 2001 From: Lennart Jern Date: Thu, 1 Feb 2024 15:57:09 +0200 Subject: [PATCH] Run sequentially --- osimages/cloudbuild-osimages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osimages/cloudbuild-osimages.yaml b/osimages/cloudbuild-osimages.yaml index b3a49a074e..f9fbb119e6 100644 --- a/osimages/cloudbuild-osimages.yaml +++ b/osimages/cloudbuild-osimages.yaml @@ -8,7 +8,7 @@ steps: script: | apk add --update bash git make cd ./osimages - make -j2 ACCELERATOR=none \ + make -j1 ACCELERATOR=none \ osimage-flatcar-1.27.2 \ osimage-flatcar-1.28.2 \ osimage-ubuntu-2204-1.28.2 \