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 \