rancher / kim

In ur kubernetes, buildin ur imagez
Apache License 2.0
326 stars 19 forks source link

cross arch builds #62

Open mattfarina opened 3 years ago

mattfarina commented 3 years ago

Rancher Desktop uses KIM and has begun work on supporting Apple's M1 architecture which is arm based. Working in that environment we expect people to work with both arm and amd64 based containers including building them.

So, this is a feature request to support cross arch builds.

dweomer commented 3 years ago

@mattfarina both arm64 and amd64 binaries are published for darwin already. see https://github.com/rancher/kim/releases/tag/v0.1.0-beta.2: Screenshot from 2021-06-22 11-27-36

Is there something not available that should be that I am missing?

dweomer commented 3 years ago

So, I misread. build-time support for platforms other than the one kim is running under.

mattfarina commented 3 years ago

@dweomer yeah... build time support is the interesting thing for us.