feat: build ooniprobe for armv6 (#904)

Part of https://github.com/ooni/probe/issues/1753.

While there, introduce a rule by which, if the branch is named `fullbuild` we run all possible builds. It helps to test all the builds without creating a release branch. Because release branches are protected, they cannot be deleted easily. On the contrary, the `fullbuild` branch can easily be disposed of.
This commit is contained in:
Simone Basso 2022-08-29 17:33:42 +02:00 committed by GitHub
commit 9e38ee5135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 57 additions and 0 deletions

View file

@ -6,6 +6,7 @@ on:
branches:
- "master"
- "release/**"
- "fullbuild"
jobs:
measure_coverage: