aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-02-13 13:37:16 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2023-02-13 13:37:16 +0100
commit69fe6e93c3171ef5b640fe676fec0b98e66042e6 (patch)
tree806213b372804dd7b5e5e573327f3a307d1874b6
parentb6a1fd7376fb2c951cb32448ba0e6a5e8b3583e5 (diff)
downloadmessenger-gtk-69fe6e93c3171ef5b640fe676fec0b98e66042e6.tar.gz
messenger-gtk-69fe6e93c3171ef5b640fe676fec0b98e66042e6.zip
Adjust snapcraft config architectures syntax
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--snap/snapcraft.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 0a2b166..dd13558 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -25,7 +25,13 @@ grade: stable
25confinement: strict 25confinement: strict
26base: core22 26base: core22
27 27
28architectures: [arm64, armhf, amd64] 28architectures:
29 - build-on: arm64
30 build-for: arm64
31 - build-on: armhf
32 build-for: armhf
33 - build-on: amd64
34 build-for: amd64
29 35
30slots: 36slots:
31 messenger-gtk: 37 messenger-gtk: