From 99706f4a1dd342bb8c0acd67996e35349edad71e Mon Sep 17 00:00:00 2001 From: Nianyu Shen Date: Tue, 13 Aug 2024 21:39:00 -0700 Subject: [PATCH] fix luet copy in build-uki-iso --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 876de88..b8d28fb 100644 --- a/Earthfile +++ b/Earthfile @@ -372,7 +372,7 @@ build-uki-iso: COPY overlay/files-iso/ /overlay/ COPY --if-exists +validate-user-data/user-data /overlay/config.yaml COPY --platform=linux/${ARCH} +stylus-image-pack/stylus-image.tar /overlay/stylus-image.tar - COPY --platform=linux/${ARCH} +luet/luet /overlay/luet + COPY --platform=linux/${ARCH} (+third-party/luet --binary=luet) /overlay/luet COPY --if-exists content-*/*.zst /overlay/opt/spectrocloud/content/ COPY --if-exists "$EDGE_CUSTOM_CONFIG" /overlay/.edge_custom_config.yaml