From 6b45c8ad3c2cdb568a9ae606af1e435cad8a5f50 Mon Sep 17 00:00:00 2001 From: Vladimir Stoilov Date: Fri, 11 Oct 2024 12:47:57 +0300 Subject: [PATCH] [WIP] Fix earthly build --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index f5a24139..21ceee2c 100644 --- a/Earthfile +++ b/Earthfile @@ -538,8 +538,8 @@ release-prep: RUN touch "./output/intel/urgent.dsdl" COPY (+go-build/output/updatemgr --GOARCH=amd64 --GOOS=linux --CMDS=updatemgr) ./updatemgr - RUN ./updatemgr -dir "./output/binary" -name "Binary" > ./output/binary/bin-index.json - RUN ./updatemgr -dir "./output/intel" -name "Intel" > ./output/intel/intel-index.json + RUN ./updatemgr scan --dir "./output/binary" > ./output/binary/bin-index.json + RUN ./updatemgr scan --dir "./output/intel" > ./output/intel/intel-index.json # Intel Extracted (needed for the installers) RUN mkdir -p ./output/intel_decompressed