diff --git a/Dockerfile b/Dockerfile index 43e7856..333351c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ LABEL org.opencontainers.image.authors="https://github.com/chaddyc" # Set build-time architecture (amd64 or arm64) ARG TARGETARCH +RUN echo "Detected architecture: ${TARGETARCH}" ENV DEBIAN_FRONTEND=noninteractive