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

This commit is contained in:
JMARyA 2025-06-28 02:01:19 +02:00
parent b29ecd4bd2
commit 1556e1b020
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -9,7 +9,12 @@ RUN cargo build --release
FROM git.hydrar.de/navos/navos:latest
RUN pacman-key --init && pacman-key --populate archlinux && pacman -Syu --noconfirm && pacman -Syu --noconfirm openssl-1.1 tar xz zstd
RUN pacman-key --init && \
pacman-key --populate archlinux && \
pacman-key --populate navos && \
[[ "$(uname -m)" == arm* || "$(uname -m)" == aarch64 ]] && pacman-key --populate archlinuxarm || true && \
pacman -Syu --noconfirm && \
pacman -Syu --noconfirm openssl-1.1 tar xz zstd
COPY --from=builder /app/target/release/navos-site /navos-site