TYPOS AGAIN

why are ' and " the same button when shift keys are so futzy
HubbeKing-multiplatform-builds
Hubbe 6 days ago committed by GitHub
parent 7e73e594bd
commit 3ffab22f1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,7 +83,7 @@ for component in "${COMPONENTS[@]}"; do
# buscribe doesn't (yet?) build under arm64 due to pulling in libc-bin, skip arm64 for it
if [ "$component" != "buscribe" ]; then
"$BUILD_CMD" build \
-f "$component/Dockerfile' \
-f "$component/Dockerfile" \
--manifest "$specific" \
--manifest "$latest" \
--jobs 2 \
@ -92,7 +92,7 @@ for component in "${COMPONENTS[@]}"; do
.
else
"$BUILD_CMD" build \
-f "$component/Dockerfile' \
-f "$component/Dockerfile" \
--manifest "$specific" \
--manifest "$latest" \
--platform=linux/amd64 \

Loading…
Cancel
Save