Sign inSign up

paritytech/xbuilder-aarch64-unknown-linux-gnu

By paritytech

Updated almost 2 years ago

xbuilder-aarch64-unknown-linux-gnu utility Docker image.

Image
0

500K+

paritytech/xbuilder-aarch64-unknown-linux-gnu repository overview

xbuilder-aarch64-unknown-linux-gnu

A Docker image to cross build using the aarch64-unknown-linux-gnu target. This is used to make arm64 binaries.

Usage

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

Build

TARGET=aarch64-unknown-linux-gnu
docker build -t parity-xbuilder-${TARGET} -f xbuilder-aarch64-linux-gnu.Dockerfile .
docker images | grep ${TARGET}

Tag summary

Content type

Image

Digest

sha256:1a8f8d61f

Size

1.1 GB

Last updated

almost 2 years ago

docker pull paritytech/xbuilder-aarch64-unknown-linux-gnu