Remove unecessary space

This commit is contained in:
Aleksandar Puharic 2022-07-09 00:57:28 +02:00
parent 6e76c8b7c6
commit 3cfa3df10c
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

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 ;; \