Hi
I’ve just started to try and build a production server on an arm64 v8 machine. After cloning github.com/mendersoftware/integration and running ./run pull I find that all of the images are pulled from the hub without error except for mender-elasticsearch, which gives the following error -
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries```
Do I need to build ```elasticsearch``` locally or is there an issue with building on arm64?
Thanks
Nick
It will not work, because we don’t build the servers for ARM. Actually those images should not be pullable at all, but I guess the architecture information is not specific enough.
If you want to use the servers on ARM64 you have to compile them yourself from scratch, which might work, but this is not something we support.