[neon/snap-packaging/kf5-core-sdk] /: Use architectures in core22.
Scarlett Moore
null at kde.org
Wed Oct 16 12:14:12 BST 2024
Git commit be0d7d0d8260447204f7f72a9e3584ab2173783a by Scarlett Moore.
Committed on 16/10/2024 at 11:13.
Pushed by scarlettmoore into branch 'master'.
Use architectures in core22.
M +3 -7 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/kf5-core-sdk/-/commit/be0d7d0d8260447204f7f72a9e3584ab2173783a
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 1d99c09..973ac85 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -7,13 +7,9 @@ confinement: strict
grade: stable
base: core22
compression: lzo
-platforms:
- amd64:
- build-on: [amd64]
- build-for: [amd64]
- arm64:
- build-on: [arm64]
- build-for: [arm64]
+architectures:
+ - build-on: amd64
+ - build-on: arm64
environment:
LD_LIBRARY_PATH: "/snap/kde-qt5-core22-sdk/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:/snap/kde-qt5-core22-sdk/current/usr/lib:$SNAP/usr/lib:$SNAP/lib/:$SNAP/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:/usr/lib:/lib"
slots: {}
More information about the Neon-commits
mailing list