Remove redunant platform in from
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8daaab0640
commit
15409caafc
1 changed files with 2 additions and 2 deletions
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in a new issue