-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Provide image for arm64 #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It actually builds on arm and arm64: On arm32 I have some weird issues:
|
I would love to see an aarch64 image provided. Meanwhile, I may try out the instructions linked by @MansM (with help from Google translate) - maybe it's not too difficult. |
It would be great to have this officially supported as the solution linked by @MansM no longer works out of the box. |
It seems to be available now. |
I think this issue can be closed. But still missing debug images for arm64: #1488 |
Help please! I have a cluster deployed in a couple of Raspberry PIs and am trying to build a Tekton pipeline for my project but it became an incredibly frustrating experience as i'm getting the following error from
According to Kaniko this image supports multiple architectures including arm64 My K8s cluster is version v1.20.6 so I had to install Tekton v0.32.4 What should I do ? Is there any more specific image I could try ? I have already tried
|
arm64 images are provided, so this can be closed. As for #530 (comment), a similar platform selection bug was fixed in Kaniko by #2025 which I believe is available in 1.8.1. But the If you get a chance to try a later Tekton release, and this still happens, let me know. |
Thanks for your response, I've updated my cluster to v1.22+ and installed latest Tekton and it worked fine, not out of the box though
|
That sounds like a bug in the kaniko task, the bash image should support arm64, I'm not sure what tag that digest points to but it looks wrong. Anyway I'm glad you were able to get this working with the latest Tekton! 👍 |
Actual behavior
Currently only amd64 architecture is supported
Expected behavior
Multi-arch images of the kaniko executor for amd64 and arm/arm64 are provided.
The text was updated successfully, but these errors were encountered: