add arm64 android

This commit is contained in:
Dan Ballard 2020-12-10 12:27:19 -08:00
parent dd53b2ee6e
commit 46d8af7343
4 changed files with 2 additions and 1 deletions

View File

@ -12,11 +12,12 @@ Either edit the tor-versions.json or copy in the one from this directory
```
docker build --tag tor-reproducer:0.4.4.6 .
mkdir output
docker run tor-reproducer:0.4.4.6 ./build-tor.py 0.4.4.6
docker ps -a
docker cp 937d81a46c33:/opt/tor-reproducer/tor_arm_pie.zip tor-0.4.4.6-arm_pie.zip
docker cp 937d81a46c33:/opt/tor-reproducer/tor_arm64_pie.zip tor_arm64_pie.zip
docker cp 937d81a46c33:/opt/tor-reproducer/tor_linux-x86_64.zip tor-0.4.4.6-linux-x86_64.zip
docker cp 937d81a46c33:/opt/tor-reproducer/tor_linux-aarch64.zip tor_linux-aarch64.zip
```
Where 937d81a46c33 is the container ID from `docker ps -a`.

BIN
tor/tor-0.4.4.6-arm64_pie Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.