From d58952879ab1a69d069a236ad39e6f6fa5468b51 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 23 Jul 2022 15:02:10 +0000 Subject: [PATCH] robot: Fixup GH ARM releases and netboot versioning --- Earthfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 901f307..f451575 100644 --- a/Earthfile +++ b/Earthfile @@ -273,12 +273,13 @@ iso: netboot: FROM opensuse/leap + ARG VERSION ARG ISO_NAME=${OS_ID} WORKDIR /build COPY +iso/c3os.iso c3os.iso COPY . . RUN zypper in -y cdrtools - RUN /build/scripts/netboot.sh c3os.iso $ISO_NAME + RUN /build/scripts/netboot.sh c3os.iso $ISO_NAME $VERSION SAVE ARTIFACT /build/$ISO_NAME.squashfs squashfs AS LOCAL build/$ISO_NAME.squashfs SAVE ARTIFACT /build/$ISO_NAME-kernel kernel AS LOCAL build/$ISO_NAME-kernel SAVE ARTIFACT /build/$ISO_NAME-initrd initrd AS LOCAL build/$ISO_NAME-initrd