add containerfile
This commit is contained in:
parent
edc60b5e7f
commit
8e2801d18c
1 changed files with 8 additions and 0 deletions
8
zig_out/container/Containerfile.yaml
Normal file
8
zig_out/container/Containerfile.yaml
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue