mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Set a list of architectures that snap package runs on
This commit is contained in:
parent
75d54adfce
commit
aedb6206a5
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ base: core18
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
||||||
|
architectures:
|
||||||
|
- build-on: amd64
|
||||||
|
- build-on: i386
|
||||||
|
- build-on: arm64
|
||||||
|
- build-on: armhf
|
||||||
|
- build-on: ppc64el
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
telegram-desktop:
|
telegram-desktop:
|
||||||
command: bin/desktop-launch telegram-desktop
|
command: bin/desktop-launch telegram-desktop
|
||||||
|
|
Loading…
Add table
Reference in a new issue