redhat-actions / openshift-tools-installer

Download, install and cache OpenShift binaries into your GitHub Actions runners.
https://github.com/marketplace/actions/openshift-tools-installer
MIT License
22 stars 21 forks source link

Not able to install opm #64

Closed divyansh42 closed 2 years ago

divyansh42 commented 2 years ago

opm installtation is failing from today morning. Workflow -> https://github.com/redhat-actions/openshift-tools-installer/runs/5076494029?check_suite_focus=true#step:3:229

divyansh42 commented 2 years ago

This was failing because opm started producing binary for multiple architecture and it wasn't very well accepted by our code logic.

divyansh42 commented 2 years ago

Done in https://github.com/redhat-actions/openshift-tools-installer/pull/65