feat(gha): build debian package using ./make (#331)
Part of https://github.com/ooni/probe/issues/1466. We're building both `arm64` and `amd64`. We are still not publishing `arm64` packages, which is what is asked in the original issue, but we're really close to doing that.
This commit is contained in:
parent
c258a0fedd
commit
3109d56aef
6 changed files with 142 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
.DS_Store
|
||||
/*.deb
|
||||
/*.jsonl
|
||||
/*.tar.gz
|
||||
/*.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue