robertonav20 commented on issue #1238: URL: https://github.com/apache/camel-k/issues/1238#issuecomment-1133129383
As i say previously i build and execute an integration kit in arm64 with buildah, below the modifies: - Update buildah at 1.23.3 version - Add the parameter platform ` bud := []string{ "buildah", "bud", "--storage-driver=vfs", "--platform", platforms.DefaultSpec().OS + "/" + platforms.DefaultSpec().Architecture + "/" + platforms.DefaultSpec().Variant, "--pull-always", "-f", "Dockerfile", "-t", task.Image, ".", } `   -- 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