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
Currently, there are no arm64 published binaries for the operator, so I tried to build it myself on Raspberry Pi running Ubuntu 64-bit server and the build fails on the UBI image mentioned in the Dockerfile.
Replacing the image with FROM almalinux:7-minimal AS ubi7 seems to be the way to fix it, since RHEL doesn't release arm64 images for their UBI7 images.
The text was updated successfully, but these errors were encountered:
Currently, there are no
arm64
published binaries for the operator, so I tried to build it myself on Raspberry Pi running Ubuntu 64-bit server and the build fails on the UBI image mentioned in the Dockerfile.Replacing the image with
FROM almalinux:7-minimal AS ubi7
seems to be the way to fix it, since RHEL doesn't release arm64 images for their UBI7 images.The text was updated successfully, but these errors were encountered: