squakez commented on code in PR #5293: URL: https://github.com/apache/camel-k/pull/5293#discussion_r1549070972
########## pkg/builder/jib.go: ########## @@ -114,6 +114,8 @@ func (t *jibTask) Do(ctx context.Context) v1.BuildStatus { if t.task.Configuration.ImagePlatforms != nil { platforms := strings.Join(t.task.Configuration.ImagePlatforms, ",") mavenArgs = append(mavenArgs, jib.JibMavenFromPlatforms+platforms) + } else { + mavenArgs = append(mavenArgs, jib.JibMavenFromPlatforms+"linux/amd64,linux/arm64") Review Comment: This is most likely going to break the upgrade check, as it happened in https://github.com/apache/camel-k/pull/5246#issuecomment-2009270960 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org