Typofix
Some checks failed
Test and build / Build (amd64, , linux) (push) Failing after 57s
Test and build / Build (arm, 6, linux) (push) Failing after 1m1s
Test and build / Build (arm, 7, linux) (push) Failing after 1m0s

This commit is contained in:
2026-02-23 16:02:51 +01:00
parent 1561d46bfc
commit e72a54945e

View File

@@ -2,7 +2,7 @@ FROM alpine:3
ARG TARGETARCH
ARG TARGETVARIANT
COPY ./etc /etc/hamview
COPY ./build/hamview-receiver-${$TARGETARCH}${TARGETVARIANT#v} /opt/hamview/bin/hamview-receiver
COPY ./build/hamview-receiver-${TARGETARCH}${TARGETVARIANT#v} /opt/hamview/bin/hamview-receiver
WORKDIR /opt/hamview
ENTRYPOINT ["bin/hamview-receiver"]
CMD [ "protocol" ]