fix
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-04-17 17:12:00 +02:00
parent b7c9a84dfb
commit 10f20de9e8
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,7 +1,7 @@
ARG TARGETARCH ARG TARGETARCH
FROM git.hydrar.de/navos/navos:latest FROM git.hydrar.de/navos/navos:latest
# Download rootfs # Download rootfs
wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.tar.xz" | tar --numeric-owner --xattrs --acls -xf - -C /os RUN mkdir /os && wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.tar.xz" | tar --numeric-owner --xattrs --acls -xf - -C /os
# Copy # Copy
FROM scratch FROM scratch