This commit is contained in:
Alexandre
2022-01-20 21:08:38 +01:00
parent 2116a4879c
commit e09a7359c2
9 changed files with 11 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
ARG BUILD_UPSTREAM="2.11.0"
# hadolint ignore=SC2015
RUN \
BUILD_ARCH=$(uname -m) \
&& echo "${BUILD_ARCH}" \