Update Dockerfile

This commit is contained in:
Alexandre
2021-12-19 17:12:41 +01:00
committed by GitHub
parent 1b466756e5
commit 0fcd7e25db

View File

@@ -27,7 +27,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_UPSTREAM="2.11.0"
RUN \
BUILD_UPSTREAM="2.11.0"
BUILD_ARCH=$(uname -m) \
&& echo "${BUILD_ARCH}" \
&& if [[ "${BUILD_ARCH}" == *aarch64* ]]; then ARCH="arm64"; fi \