mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-20 05:22:20 -04:00
Fix build-on syntax
This commit is contained in:
parent
11559b4d49
commit
b0b48965e1
1 changed files with 2 additions and 3 deletions
|
@ -12,9 +12,8 @@ grade: stable # stable or devel
|
|||
confinement: strict
|
||||
|
||||
architectures:
|
||||
- build-on:
|
||||
- amd64
|
||||
- arm64
|
||||
- build-on: amd64
|
||||
- build-on: arm64
|
||||
|
||||
# The gnome extension is only available for amd64 and arm64 (https://snapcraft.io/gnome-42-2204-sdk)
|
||||
# - build-on: armhf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue