Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cesnja
on June 11, 2022
|
parent
|
context
|
favorite
| on:
Ask HN: How are you dealing with the M1/ARM migrat...
According to Kaniko documentation [1], they don't really support cross-platform compilation. Do you solve that by having both amd64- and arm64-based CI/CD runners?
[1]
https://github.com/GoogleContainerTools/kaniko#--customplatf...
jhugo
on June 12, 2022
[–]
Yes. We use Tekton on K8s for CI/CD, and our cluster has both arm64 and amd64 spot node pools. Each Kaniko build task runs on its native arch.
cesnja
on June 12, 2022
|
parent
[–]
Thanks, I was really hoping for a different answer, but I guess I'll have to investigate this approach.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://github.com/GoogleContainerTools/kaniko#--customplatf...