🚑️ fix
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-04-17 17:42:30 +02:00
parent eda5ce6a83
commit ae86fd8b0f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -2,7 +2,7 @@ FROM git.hydrar.de/navos/navos:latest as builder
ARG TARGETARCH
# Download rootfs
RUN pacman -Syu --noconfirm && pacman -S --noconfirm wget
RUN mkdir /os && wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.tar.xz" | tar --numeric-owner --xattrs --acls -xJf - -C /os
RUN mkdir /os && wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.tar.xz" | tar --numeric-owner --xattrs --acls -xvJf - -C /os
# Copy
FROM scratch