feat(make): build ooniprobe for darwin, windows, and linux (#328)
In https://github.com/ooni/probe/issues/1466, a user is asking about arm64 builds for Debian. We already had some code for that in https://github.com/ooni/probe-cli/pull/311. Let us adapt the code to the `./make` script to have arm64 builds. While there, also adapt the code for darwin and windows.
This commit is contained in:
parent
5738c07aff
commit
eb43c7994a
3 changed files with 200 additions and 15 deletions
1
CLI/linux/arm64/.gitignore
vendored
1
CLI/linux/arm64/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/miniooni
|
||||
/ooniprobe
|
||||
|
|
|
|||
Loading…
Reference in a new issue