Replace the base image with paketobuildpacks image

Replace the base image with paketobuildpacks image

Fixes #6851

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
Wenkai Yin(尹文开)
2023-10-10 09:38:54 +08:00
parent a789976a03
commit b99a59480d
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ else
fi
if [[ -z "$BUILDX_PLATFORMS" ]]; then
BUILDX_PLATFORMS="linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le"
BUILDX_PLATFORMS="linux/amd64,linux/arm64"
fi
# Debugging info