You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the build will succeed but the build artifact is an amd64 image, before the base image configured here jib.from.image = 'gcr.io/google-appengine/openjdk:8' in build.gradle file is an amd64 image
Most likely skaffold will not inspect build.gradle future, so we probably want to show a warning like jib builder is used, --platform flag is ignored
The text was updated successfully, but these errors were encountered:
jib.from.image = 'gcr.io/google-appengine/openjdk:8'
in build.gradle file is an amd64 imageThe text was updated successfully, but these errors were encountered: