You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe.
I'm always frustrated when I goto the OperatorHub and can't find an Operator when running OpenShift on Arm architectures, which has about 1/10th of the number of available Operators.
Describe the solution you'd like
Looks like the operator itself is built via GitHub Actions? Building for Arm would be a generally low-level update by including the docker/setup-qemu-action@v3 Action and adding platforms: linux/amd64, linux/arm64 to the existing docker/build-push-action
Describe alternatives you've considered
Currently not other alternative outside of building my own Arm arch version.
Additional context
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
I'm always frustrated when I goto the OperatorHub and can't find an Operator when running OpenShift on Arm architectures, which has about 1/10th of the number of available Operators.
Describe the solution you'd like
Looks like the operator itself is built via GitHub Actions? Building for Arm would be a generally low-level update by including the
docker/setup-qemu-action@v3
Action and addingplatforms: linux/amd64, linux/arm64
to the existingdocker/build-push-action
Describe alternatives you've considered
Currently not other alternative outside of building my own Arm arch version.
Additional context
The text was updated successfully, but these errors were encountered: