Multiarch
Some checks failed
Run tests / build (amd64, , linux) (push) Has been cancelled
Run tests / build (arm, 6, linux) (push) Has been cancelled
Run tests / build (arm, 7, linux) (push) Has been cancelled
Run tests / build (stable) (push) Has been cancelled
Run tests / test (stable) (push) Has been cancelled

This commit is contained in:
2026-02-23 12:19:56 +01:00
parent c7f0e5cdb9
commit 0bf5f8b10b
3 changed files with 31 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine:3
WORKDIR /opt/hamview
COPY ../../etc /etc/hamview
COPY ../../build/hamview-collector /opt/hamview/bin/hamview-collector
COPY ../../build/hamview-collector-amd64 /opt/hamview/bin/hamview-collector
ENTRYPOINT ["bin/hamview-collector"]
CMD [ "executable" ]