actions_test/zig_out/container/Containerfile.yaml
2025-04-11 14:57:49 +00:00

8 lines
No EOL
201 B
YAML

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"