Missed a "
HubbeKing-multiplatform-builds
Hubbe 6 days ago committed by GitHub
parent cc7d1ba931
commit 2e87716592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -98,7 +98,7 @@ for component in "${COMPONENTS[@]}"; do
"${CACHE_ARGS[@]}" \
.
echo "Built image wubloader-$component:$TAG"
if [ -n "$MULTIPLATFORM ]; then
if [ -n "$MULTIPLATFORM" ]; then
# manifest pushes are buildah-specific. docker buildx multiplatform builds have different syntax...
if [ -n "$PUSH" ]; then
echo "Pushing tag $specific"

Loading…
Cancel
Save