add containerfile

This commit is contained in:
lobo 2025-04-11 14:57:49 +00:00
parent edc60b5e7f
commit 8e2801d18c

View file

@ -0,0 +1,8 @@
FROM scratch
ARG TARGETPLATFORM
ARG TARGETOS
ARG TARGETARCH
RUN echo "I am building for $TARGETPLATFORM. That is $TARGETOS and $TARGETARCH"
RUN echo "COPY syncthing_events_$TARGETOS-$TARGETARCH /bin"