Remove unecessary space

This commit is contained in:
2022-07-09 00:57:28 +02:00
parent 6e76c8b7c6
commit 3cfa3df10c

View File

@@ -4,7 +4,6 @@ FROM --platform=${TARGETPLATFORM} alpine:3.16 AS bbkcli
# See: http://www.bredbandskollen.se/bredbandskollen-cli/
ARG BBKCLI_VERSION
ARG TARGETPLATFORM
RUN case ${TARGETPLATFORM} in \
"linux/amd64") BBKCLI_ARCH=amd64 ;; \