[neon/snap-packaging/kde-qt5-core-sdk/work.core24] /: core24 uses platforms

Scarlett Moore null at kde.org
Wed Oct 16 18:06:09 BST 2024


Git commit ce52c81d2f39342e5b6d58694938effbb24b43d4 by Scarlett Moore.
Committed on 16/10/2024 at 17:05.
Pushed by scarlettmoore into branch 'work.core24'.

core24 uses platforms

M  +7    -2    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kde-qt5-core-sdk/-/commit/ce52c81d2f39342e5b6d58694938effbb24b43d4

diff --git a/snapcraft.yaml b/snapcraft.yaml
index bd5e292..6fd05d1 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -8,8 +8,13 @@ description: |
  Qt Applications.
 confinement: strict
 grade: stable
-architectures:
-  - build-on: amd64
+platforms:
+  amd64:
+    build-on: [amd64]
+    build-for: [amd64]
+  arm64:
+    build-on: [arm64]
+    build-for: [arm64]
 compression: lzo
 parts:
   patches:


More information about the Neon-commits mailing list