From 8e2801d18caca1a4970512476c9708e96d0c3bff Mon Sep 17 00:00:00 2001 From: lobo Date: Fri, 11 Apr 2025 14:57:49 +0000 Subject: [PATCH] add containerfile --- zig_out/container/Containerfile.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zig_out/container/Containerfile.yaml 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