actions_test/zig-out/container/Containerfile.yaml
2025-04-11 12:01:51 -07: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"