We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, ocs-operator is built only for x86_64 arch. Allow building over ARM64 architecture (e.g., AWS-Graviton) and create appropriate images.
Step 1: do not assume specific architecture in any of the in-use build tools (e.g.: #1904)
Step 2: to not use images which are x86_64 only (e.g., quay.io/operator-framework/upstream-registry-builder)
quay.io/operator-framework/upstream-registry-builder
Step 3: produce images which support ARM64 arch as part of regular build process.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, ocs-operator is built only for x86_64 arch. Allow building over ARM64 architecture (e.g., AWS-Graviton) and create appropriate images.
Step 1: do not assume specific architecture in any of the in-use build tools (e.g.: #1904)
Step 2: to not use images which are x86_64 only (e.g.,
quay.io/operator-framework/upstream-registry-builder
)Step 3: produce images which support ARM64 arch as part of regular build process.
The text was updated successfully, but these errors were encountered: