druid-operator
druid-operator copied to clipboard
Support for ARM64 ISA et al
The manager is only available for the AMD64 (alias X86-64) ISA. This results in the following error when running on ARM64 (alias Aarch64):
exec /manager: exec format error
It's a pity that this is unsupported, especially because the operator otherwise seems to support four different ISAs.
It seems like all the ingredients are already in place. I can checkout the repo and run:
make docker-buildx IMG=myrepo/druid-operator IMG_TAG=v1.2.1
To build and push an image on all platforms. The build takes only a few minutes, so I wonder why this is not used on release. It would help everybody who wants to run the operator on non X86-64 platforms.
Hi @christian-schlichtherle We can add this for sure. Thanks for bringing this up.
Hi @christian-schlichtherle I'm going to work on a automatic release and I'll make sure that we release all images
@itamar-marom That sounds great - we would really appreciate it.
hi @itamar-marom we would also like to use multi-arch container images. do you have any updates on the automatic releases? in the meanwhile, is it possible to release the next version with make docker-buildx even if it's done manually?
Sorry, I had to work on other stuff. I hope to get to it soon. If it's urgent you can open a PR for us, it will be much quicker. @AdheipSingh