diff --git a/zig_out/container/Containerfile.yaml b/zig_out/container/Containerfile.yaml new file mode 100644 index 0000000..c318d79 --- /dev/null +++ b/zig_out/container/Containerfile.yaml @@ -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" \ No newline at end of file