diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2022-09-15 09:36:04 +0200 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2022-09-15 09:36:04 +0200 |
commit | e07c8eb0870a6fdac9ed5559feaed4eed0581c1a (patch) | |
tree | 7bd7a73a984e280f7003f7f6ffed96f467d31b6c | |
parent | f5f37f3f7692a39ba953400dff527ffacef7462f (diff) | |
download | messenger-gtk-e07c8eb0870a6fdac9ed5559feaed4eed0581c1a.tar.gz messenger-gtk-e07c8eb0870a6fdac9ed5559feaed4eed0581c1a.zip |
Added architectures to snapcraft.yaml
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r-- | snap/snapcraft.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 52a27e3..5567066 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml | |||
@@ -23,6 +23,12 @@ adopt-info: messenger-gtk | |||
23 | grade: stable | 23 | grade: stable |
24 | confinement: strict | 24 | confinement: strict |
25 | base: core22 | 25 | base: core22 |
26 | architectures: | ||
27 | - amd64 | ||
28 | - arm64 | ||
29 | - armhf | ||
30 | - ppc64el | ||
31 | - i386 | ||
26 | icon: resources/icon/full_color.svg | 32 | icon: resources/icon/full_color.svg |
27 | apps: | 33 | apps: |
28 | messenger-gtk: | 34 | messenger-gtk: |