diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2022-09-15 17:46:03 +0200 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2022-09-15 17:46:03 +0200 |
commit | cac434c7bc444845066ce4c5e42fcf57a4a91b3c (patch) | |
tree | c2b3b9b9751ce4da0bb62d5c37c0e2060b518ff9 | |
parent | e07c8eb0870a6fdac9ed5559feaed4eed0581c1a (diff) | |
download | messenger-gtk-cac434c7bc444845066ce4c5e42fcf57a4a91b3c.tar.gz messenger-gtk-cac434c7bc444845066ce4c5e42fcf57a4a91b3c.zip |
Revert "Added architectures to snapcraft.yaml"
This reverts commit e07c8eb0870a6fdac9ed5559feaed4eed0581c1a.
-rw-r--r-- | snap/snapcraft.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5567066..52a27e3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml | |||
@@ -23,12 +23,6 @@ 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 | ||
32 | icon: resources/icon/full_color.svg | 26 | icon: resources/icon/full_color.svg |
33 | apps: | 27 | apps: |
34 | messenger-gtk: | 28 | messenger-gtk: |