xbuilder-aarch64-unknown-linux-gnu utility Docker image.
500K+
A Docker image to cross build using the aarch64-unknown-linux-gnu target.
This is used to make arm64 binaries.
Here is a sample use to build the polkadot binary:
TARGET=aarch64-unknown-linux-gnu
docker run --rm -ti \
-v $PWD:/app parity-xbuilder-${TARGET} \
-p polkadot \
--profile production
TARGET=aarch64-unknown-linux-gnu
docker build -t parity-xbuilder-${TARGET} -f xbuilder-aarch64-linux-gnu.Dockerfile .
docker images | grep ${TARGET}
Content type
Image
Digest
sha256:1a8f8d61f…
Size
1.1 GB
Last updated
almost 2 years ago
docker pull paritytech/xbuilder-aarch64-unknown-linux-gnu