# These make sure our builds are compatible with old glibc versions. [target.x86_64-unknown-linux-gnu] pre-build = [ "dpkg --add-architecture $CROSS_DEB_ARCH", "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH protobuf-compiler", ] image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main-centos" [target.aarch64-unknown-linux-gnu] pre-build = [ "dpkg --add-architecture $CROSS_DEB_ARCH", "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH protobuf-compiler", ] image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main-centos"