[neon/snap-packaging/kf6-core/work.core24] debian: adapt to new LargeVM and arch specific tags
Carlos De Maine
null at kde.org
Wed Aug 6 08:30:59 BST 2025
Git commit d2ec130ee751ee335dad735c70cf8ffb88cfd339 by Carlos De Maine.
Committed on 06/08/2025 at 07:30.
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/-/commit/d2ec130ee751ee335dad735c70cf8ffb88cfd339
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