-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Build ARM image #267
Comments
Hi there! Thanks for your proposal. Could you submit a PR for this? TopoLVM already builds Arm images in its CI, so we can use the same approach. Here are some links for reference: |
This issue has been automatically marked as stale because it has not had any activity for 30 days. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. Please feel free to reopen this issue (or open a new one) if this still requires investigation. Thank you for your contribution. |
What should the feature do:
Hello!
The ARM platform is increasingly gaining popularity and it would be great to be able to build a pvc-autoresizer image for an ARM.
What is use case behind this feature:
Launch on ARM instances
By default for convenient multi-architectural builds,
buildx
are used. Link to a good guide.But if this method is not convenient for you, then I think you can change the method of build in the release pipeline, for example:
from
to
The text was updated successfully, but these errors were encountered: