Motivation
As a pilot user who is interesting in adopting bootc-operator, it'd be great to have arm64 support in bootc-operator (bootc-dev/bootc-operator#145). But, its e2e suite provisions clusters through bink, so bink needs to publish arm64 images and be testable on arm64 before that can land.
Scope
Make all following bink images to have arm64 support:
https://github.com/bootc-dev/bink/pkgs/container/bink%2Fnode
https://github.com/bootc-dev/bink/pkgs/container/bink%2Fcluster
https://github.com/bootc-dev/bink/pkgs/container/bink%2Fdns
https://github.com/bootc-dev/bink/pkgs/container/bink%2Fbink
The most tricky one is the bink/node image. It has hard dependency on bcvk and /dev/kvm
Related
Motivation
As a pilot user who is interesting in adopting bootc-operator, it'd be great to have arm64 support in bootc-operator (bootc-dev/bootc-operator#145). But, its e2e suite provisions clusters through bink, so bink needs to publish arm64 images and be testable on arm64 before that can land.
Scope
Make all following bink images to have arm64 support:
https://github.com/bootc-dev/bink/pkgs/container/bink%2Fnode
https://github.com/bootc-dev/bink/pkgs/container/bink%2Fcluster
https://github.com/bootc-dev/bink/pkgs/container/bink%2Fdns
https://github.com/bootc-dev/bink/pkgs/container/bink%2Fbink
The most tricky one is the
bink/nodeimage. It has hard dependency onbcvkand/dev/kvmRelated