Update Dockerfile

This commit is contained in:
Alexandre
2021-12-19 17:13:56 +01:00
committed by GitHub
parent 0fcd7e25db
commit ee3f79dee1

View File

@@ -28,6 +28,7 @@ ARG BUILD_UPSTREAM="2.11.0"
RUN \
BUILD_ARCH=$(uname -m) \
&& BUILD_ARCH=${BUILD_ARCH:-x86} \
&& echo "${BUILD_ARCH}" \
&& if [[ "${BUILD_ARCH}" == *aarch64* ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" == *armv8* ]]; then ARCH="arm64"; fi \