]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
scripts/ci: allow both Ubuntu or Debian to run upgrade
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 27 Oct 2025 11:03:11 +0000 (11:03 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 29 Oct 2025 14:12:43 +0000 (14:12 +0000)
There is no practical difference between the systems when it comes to
updating the installed system.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Message-ID: <20251027110344.2289945-5-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
scripts/ci/setup/build-environment.yml

index 66bde1887552e0df0b68a8c8e23a709fbfce13f9..253d0b759bcec44731532714f9ffd19c61dc5100 100644 (file)
@@ -24,7 +24,7 @@
         update_cache: yes
         upgrade: yes
       when:
-        - ansible_facts['distribution'] == 'Ubuntu'
+        - ansible_facts['distribution'] in ['Ubuntu', 'Debian']
 
     # the package lists are updated by "make lcitool-refresh"
     - name: Define package list file path