[neon/snap-packaging/kf6-core-sdk/work.core24] debian: adapt to new LargeVM and arch specific tags

Carlos De Maine null at kde.org
Tue Aug 5 02:17:27 BST 2025


Git commit 4d7dfa728fe9c922a6f37dc059833ede4f1b85dd by Carlos De Maine.
Committed on 05/08/2025 at 01:17.
Pushed by carlosdem into branch 'work.core24'.

adapt to new LargeVM and arch specific tags

M  +11   -2    debian/.gitlab-ci-neon.yml

https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/4d7dfa728fe9c922a6f37dc059833ede4f1b85dd

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index bc678c6..c5f6027 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -3,5 +3,14 @@
 
 include:
   - project: sysadmin/ci-utilities
-    file:
-      - /gitlab-templates/snap-snapcraft-core-lxd.yml
+    file: /gitlab-templates/snap-snapcraft-lxd.yml
+
+.snap_base:
+  tags:
+    - LargeVM
+    - amd64
+
+.snap_base_arm64:
+  tags:
+    - LargeVM
+    - arm64
\ No newline at end of file


More information about the Neon-commits mailing list