chg: Nicer multi-arch builds and also add armv7

This commit is contained in:
SinTan1729
2024-03-25 00:56:39 -05:00
parent 2baa481040
commit 82559d38fd
3 changed files with 17 additions and 12 deletions

View File

@@ -1,8 +0,0 @@
FROM scratch
ARG TARGETARCH
COPY .docker/$TARGETARCH/chhoto-url /chhoto-url
COPY ./resources /resources
ENTRYPOINT ["/chhoto-url"]