Skip to content

Commit d589528

Browse files
mudlerItxaka
authored andcommitted
robot: Fixup GH ARM releases and netboot versioning
1 parent 4282d95 commit d589528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Earthfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,13 @@ iso:
273273

274274
netboot:
275275
FROM opensuse/leap
276+
ARG VERSION
276277
ARG ISO_NAME=${OS_ID}
277278
WORKDIR /build
278279
COPY +iso/c3os.iso c3os.iso
279280
COPY . .
280281
RUN zypper in -y cdrtools
281-
RUN /build/scripts/netboot.sh c3os.iso $ISO_NAME
282+
RUN /build/scripts/netboot.sh c3os.iso $ISO_NAME $VERSION
282283
SAVE ARTIFACT /build/$ISO_NAME.squashfs squashfs AS LOCAL build/$ISO_NAME.squashfs
283284
SAVE ARTIFACT /build/$ISO_NAME-kernel kernel AS LOCAL build/$ISO_NAME-kernel
284285
SAVE ARTIFACT /build/$ISO_NAME-initrd initrd AS LOCAL build/$ISO_NAME-initrd

0 commit comments

Comments
 (0)