NSS/Aarch64
From MozillaWiki
< NSS
These are the old installation instructions for docker-worker on packet.net aarch64 servers.
apt-get update apt-get upgrade apt-get install docker.io gpasswd -a ci docker apt-get install binutils wget # build node 0.12.x from source ./configure --dest-cpu=arm64 --openssl-no-asm # run make til error # remove all "-m64" in out/deps/v8/tools/gyp/*.mk # run make again make install npm install -g babel@4.7 sudo touch /etc/docker-worker-priv.pem mkdir hello-world && cd hello-world echo "FROM armhf/hello-world" > Dockerfile OR echo "FROM aarch64/hello-world" > Dockerfile docker build -t taskcluster/livelog:v4 . cd .. touch /etc/docker-worker-priv.pem