Added BUILDPLATFORM Arg -> Hope this helps
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
096337ad80
commit
91a30021b7
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
ARG TARGETPLATFORM=linux/amd64
|
ARG TARGETPLATFORM=linux/amd64
|
||||||
|
ARG BUILDPLATFORM=linux/amd64
|
||||||
FROM --platform=$TARGETPLATFORM n8nio/n8n:1.85.4
|
FROM --platform=$TARGETPLATFORM n8nio/n8n:1.85.4
|
||||||
USER root
|
USER root
|
||||||
RUN apk --update add qpdf
|
RUN apk --update add qpdf
|
||||||
|
|
Loading…
Add table
Reference in a new issue