Use Tor binary for armhf (armv7)

Example devices are Nexus 5 and Raspberry Pi v2.

Based on https://code.briarproject.org/briar/briar/-/merge_requests/1376

Related to https://code.briarproject.org/briar/briar/-/issues/1854
This commit is contained in:
Nico Alt
2021-03-09 12:00:00 +00:00
parent b738bdd14e
commit d7afbdf690
3 changed files with 16 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ To build the `jar` file, you need to specify the combination of architecture and
$ ./gradlew --configure-on-demand briar-headless:x86LinuxJar
$ ./gradlew --configure-on-demand briar-headless:aarch64LinuxJar
$ ./gradlew --configure-on-demand briar-headless:armhfLinuxJar
You can start the peer (and its API server) like this: