crc-org / crc

CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes
https://crc.dev
Apache License 2.0
1.25k stars 240 forks source link

[RFE] Create arm64 linux binary #4161

Open praveenkumar opened 5 months ago

praveenkumar commented 5 months ago

Some of the team have arm64 hardware and wants to try out the OpenShift Local for testing purpose. Since we are already creating the arm64 installer for M1, we should also cross compile for arm64 on linux.

praveenkumar commented 5 months ago

Depend on: https://github.com/crc-org/snc/issues/880

cfergeau commented 5 months ago

Will also need to fix https://github.com/crc-org/crc/blob/cd351ef528976648c77c31ae23a547ef2d8c399e/packaging/rpm/crc.spec.in#L68

praveenkumar commented 5 months ago

@cfergeau yes I already filled a PR which also handle that.

praveenkumar commented 4 months ago

Depend on: