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) |
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 grade: stable confinement: strict base: core22 +architectures: + - amd64 + - arm64 + - armhf + - ppc64el + - i386 icon: resources/icon/full_color.svg apps: messenger-gtk: |