From 68f122b980fa58067dd5df398c79be41b75aa32b Mon Sep 17 00:00:00 2001 From: Kiran Kilingar Nadumane Date: Thu, 6 Jun 2024 19:27:35 -0700 Subject: [PATCH] fix provider image for uki --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 638179d..15d3d96 100644 --- a/Earthfile +++ b/Earthfile @@ -271,7 +271,7 @@ uki-provider-image: COPY +kairos-agent/kairos-agent /usr/bin/kairos-agent COPY --platform=linux/${ARCH} +trust-boot-unpack/ /trusted-boot COPY --platform=linux/${ARCH} +install-k8s/ /k8s - COPY --if-exists "$EDGE_CUSTOM_CONFIG" /overlay/.edge_custom_config.yaml + COPY --if-exists "$EDGE_CUSTOM_CONFIG" /oem/.edge_custom_config.yaml SAVE IMAGE --push $IMAGE_PATH trust-boot-unpack: