[neon/snap-packaging/qt6-snap-runtime/work.core24] debian: adapt to new LargeVM and arch specific tags
Carlos De Maine
null at kde.org
Wed Aug 6 09:31:23 BST 2025
Git commit 58567001f6aa6bc6e8a237f3408dd1a0874264a9 by Carlos De Maine.
Committed on 06/08/2025 at 08:31.
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/qt6-snap-runtime/-/commit/58567001f6aa6bc6e8a237f3408dd1a0874264a9
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