Our problem here is, that the docker image that cross uses for our "aarch64-unknown-linux-gnu"-target is out of date - the maintainers said they'll update it soon - see https://github.com/cross-rs/cross/issues/1567
In the mean time we could try to use a custom image, but sadly my attempts to do so failed so far..