]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: enable Fedora for arm64
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sun, 21 Apr 2024 02:10:26 +0000 (22:10 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 21 Apr 2024 10:49:07 +0000 (06:49 -0400)
biosdevname is not available on arm64, remove it form
the container as it is not essential for testing.

install qemu instead of qemu-system-x86-core.

.github/workflows/container.yml
test/container/Dockerfile-Fedora-latest

index d3ce5e763889e7f3f8f32bce15285a9b65a9591b..92cceba4e32b7fd91c2dfb5aacbb192357a6ad56 100644 (file)
@@ -30,6 +30,7 @@ jobs:
             matrix:
                 config:
                     - { dockerfile: 'Dockerfile-Debian',            tag: 'debian',     platform: 'arm64' }
+                    - { dockerfile: 'Dockerfile-Fedora-latest',     tag: 'fedora',     platform: 'arm64' }
         steps:
             -   name: Set up QEMU
                 uses: docker/setup-qemu-action@v3
index 137f412ce9d32fbbcc2c45e2d9311baace279d45..c92715508274a48c01ea34730f479716a3a0e986 100644 (file)
@@ -5,7 +5,6 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     asciidoc \
     astyle \
     bash-completion \
-    biosdevname \
     bluez \
     btrfs-progs \
     busybox \
@@ -50,7 +49,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     parted \
     pcsc-lite \
     pigz \
-    qemu-system-x86-core \
+    qemu \
     qrencode \
     rng-tools \
     rpm-build \