Enable ARM32v7 Container Image Builds#521
Enable ARM32v7 Container Image Builds#521k8s-ci-robot merged 1 commit intokubernetes-sigs:masterfrom
Conversation
Add ARM32v7 in addition to the currently supported architectures. This will allow running descheduler on Raspberry Pi v3 devices.
|
/kind feature This should work, but it doesn't. The docker manifest cannot be pushed. I think it's close, but not quite close enough. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damemi, seanmalloy The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Just need to test that I can pull the images from my test registry and update the end user docs. |
|
I confirmed that the AMD64 image works. I have not way to test the ARM64 or ARMv7 images. I'll add the end user docs for the ARMv7 image to the end user guide closer to the v0.21.0 release. /hold cancel |
|
FYI @cerebrate this enables the ARM32v7 images that you requested. |
Enable ARM32v7 Container Image Builds

Add ARM32v7 in addition to the currently supported architectures. This
will allow running descheduler on Raspberry Pi v3 devices.
Fixes #475