actions_test/zig-out/container/Dockerfile

8 lines
No EOL
201 B
Docker

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"