From 73baf620b7183a90590c450a2e8732c86bf5a24b Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 22 Nov 2021 19:19:45 +0200 Subject: [PATCH] ci: Only build the flatpak runtimes on i686 Avoid build bumping into build failures on those platforms for the rest of the elements as we only need to distribute the i386 Compat extension and don't need to build the rest of the element. Part-of: --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c85fbc70c..b879abc09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,9 @@ default: x86_64) TARGETS+=(vm/repo.bst vm/repo-devel.bst) ;; + i686) + TARGETS=(flatpak-runtimes.bst flatpak-platform-extensions.bst) + ;; esac - | -- GitLab