Remove redunant platform in from
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Mike 2024-12-20 16:09:38 +00:00
parent 8daaab0640
commit 15409caafc

View file

@ -1,8 +1,8 @@
FROM --platform=$TARGETARCH debian:bookworm-slim FROM debian:bookworm-slim
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ARG TERM=linux ARG TERM=linux
ARG TARGETARCH ARG TARGETPLATFORM
# Update and upgrade # Update and upgrade
RUN apt update && \ RUN apt update && \