From 988912fe0da48b4c1296bdd722ca50f25d7083ca Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:07:40 +0100 Subject: [PATCH] [testing] build from caa branch remove this before merging Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- podvm-mkosi/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/podvm-mkosi/Makefile b/podvm-mkosi/Makefile index 20ab6808b..b4b1edda9 100644 --- a/podvm-mkosi/Makefile +++ b/podvm-mkosi/Makefile @@ -12,6 +12,9 @@ fedora-binaries-builder: @echo "Building fedora-binaries-builder image..." docker buildx build \ -t fedora-binaries-builder \ + --build-arg CAA_SRC=https://github.com/katexochen/cloud-api-adaptor \ + --build-arg CAA_SRC_REF=feat/mkosi-dmverity-nix \ + --no-cache \ --load \ - < ../podvm/Dockerfile.podvm_builder.fedora @@ -23,6 +26,7 @@ binaries: docker buildx build \ --build-arg BUILDER_IMG=fedora-binaries-builder \ --build-arg AA_KBC=$(AA_KBC) \ + --no-cache \ -o type=local,dest="./resources/binaries-tree" \ - < ../podvm/Dockerfile.podvm_binaries.fedora