fix: Multi-arch upload

This commit is contained in:
SinTan1729
2024-03-24 23:27:31 -05:00
parent 5bd174d287
commit ffb4846239
3 changed files with 11 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
FROM scratch
ARG ARCH=linux/amd64
ARG TARGETARCH
COPY $ARCH/chhoto-url /chhoto-url
COPY .docker/$TARGETARCH/chhoto-url /chhoto-url
COPY ./resources /resources
ENTRYPOINT ["/chhoto-url"]