]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
obs: explicitly disable Ubuntu/i586 builds
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 10 Jul 2026 13:01:50 +0000 (14:01 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 10 Jul 2026 13:27:02 +0000 (14:27 +0100)
i586 is a partial architecture on Ubuntu, so package builds cannot
work, explicitly disable it to avoid visual clutter in the build
report page.

.obs/workflows.yml

index de17bc88c1aa8755d109e2a92541634e057aa107..b2cc21ee1270390f451c4ed546cd94e471bab4de 100644 (file)
@@ -41,6 +41,19 @@ ci:
           - type: build
             status: disable
             project: system:systemd:ci
+          # Ubuntu's i586 is a partial architecture so builds don't work
+          - type: build
+            status: disable
+            project: system:systemd:ci
+            package: systemd
+            repository: Ubuntu_24.04
+            architecture: i586
+          - type: build
+            status: disable
+            project: system:systemd:ci
+            package: systemd
+            repository: Ubuntu_26.04
+            architecture: i586
           # Then enable systemd package builds only, so that images stay disabled
           - type: build
             status: enable