okd-project / okd-scos

OKD/SCOS releases
18 stars 3 forks source link

Need Mac ARM64 builds for oc client #5

Closed cgruver closed 1 year ago

cgruver commented 1 year ago

The current Mac OS client and installer builds are only for Intel arch.

cgruver commented 1 year ago

Workaround is to build from source:

git clone https://github.com/openshift/oc.git
git checkout release-4.12
cd oc
make oc
cgruver commented 1 year ago

Looks like the included binaries in the release work on both archs. I was just looking for an arm specific download.