mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-04-28 03:32:27 +00:00
robot: Fixup GH ARM releases and netboot versioning
This commit is contained in:
parent
4282d9510e
commit
d58952879a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user