Update Dockerfile

This commit is contained in:
Alexandre
2021-12-03 09:58:01 +01:00
committed by GitHub
parent f35c276ffb
commit 4ef6bf8729

View File

@@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
ARG BUILD_ARCH
ARG BUILD_ARCH=amd64
RUN \
if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
&& if [ "${BUILD_ARCH}" = "armhf" ]; then ARCH="arm"; fi \