I KEEP MISSING "
HubbeKing-multiplatform-builds
Hubbe 7 days ago committed by GitHub
parent 8a79d0977f
commit 4749520db3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,7 +89,7 @@ for component in "${COMPONENTS[@]}"; do
"${CACHE_ARGS[@]}" \ "${CACHE_ARGS[@]}" \
. .
# buscribe doesn't (yet?) build under arm64 due to pulling in libc-bin, skip arm64 for it # buscribe doesn't (yet?) build under arm64 due to pulling in libc-bin, skip arm64 for it
if [ "$component" != "buscribe ]; then if [ "$component" != "buscribe" ]; then
"$BUILD_CMD" build \ "$BUILD_CMD" build \
-f "$component/Dockerfile" \ -f "$component/Dockerfile" \
-t "$latest" \ -t "$latest" \

Loading…
Cancel
Save