[neon/snap-packaging/kf6-core/work.core24] /: Update architectures -> platforms for core24.

Scarlett Moore null at kde.org
Tue Oct 1 19:43:23 BST 2024


Git commit bc9d9ba8481e6839c25d6440f6f1f24e9a1ccb8a by Scarlett Moore.
Committed on 01/10/2024 at 18:42.
Pushed by scarlettmoore into branch 'work.core24'.

Update architectures -> platforms for core24.

M  +7    -5    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core/-/commit/bc9d9ba8481e6839c25d6440f6f1f24e9a1ccb8a

diff --git a/snapcraft.yaml b/snapcraft.yaml
index d14ab67..b1b155c 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -7,11 +7,13 @@ confinement: strict
 grade: stable
 base: core24
 compression: lzo
-architectures:
-  - build-on: amd64
-  - build-on: arm64
-  # - build-on: armhf
-  # - build-on: ppc64el
+platforms:
+  amd64:
+    build-on: [amd64]
+    build-for: [amd64]
+  arm64:
+    build-on: [arm64]
+    build-for: [arm64]
 lint:
   ignore:
     - classic


More information about the Neon-commits mailing list