fix multi-arch builds

This commit is contained in:
Florian Schwab 2024-11-24 15:33:57 +01:00
parent f049a0928f
commit fdee331f41

View file

@ -1,6 +1,5 @@
# base image # base image
ARG ARCH=amd64 FROM alpine:3
FROM $ARCH/alpine:3
# args # args
ARG VCS_REF ARG VCS_REF
@ -34,4 +33,4 @@ ENTRYPOINT [ "docker-entrypoint.sh" ]
CMD ["avahi-daemon"] CMD ["avahi-daemon"]
# volumes # volumes
VOLUME ["/etc/avahi/services"] VOLUME ["/etc/avahi/services"]