mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-23 23:01:26 -04:00
Can we cross-compile?
This commit is contained in:
parent
3e3f615d44
commit
49e40d502c
1 changed files with 5 additions and 2 deletions
|
@ -12,8 +12,11 @@ grade: stable # stable or devel
|
|||
confinement: strict
|
||||
|
||||
architectures:
|
||||
- build-on: amd64
|
||||
- build-on: arm64
|
||||
- build-on:
|
||||
- amd64
|
||||
build-for:
|
||||
- amd64
|
||||
- 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