Salsa CI: Correct team name for ARM build condition
This enables ARM builds on Salsa CI for this repository, but not in forks, as forks would end up having pipelines that are just stuck and eventually fail.
See example of the Salsa CI tag usage which does not work:
- https://salsa.debian.org/debian/entr/-/pipelines/715637 (in Debian group, has ARM runners)
- https://salsa.debian.org/otto/entr/-/pipelines/715638 (fork with no runners, ends up having all CI reporting failure)
Having a CI pipeline that would always fail in forks is unacceptable, as contributors would never get their CI to pass. Hence this way of enabling the ARM jobs is a better approach.
Edited by Otto Kekäläinen