]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: mount host /dev into container
authorHarald Hoyer <harald@redhat.com>
Fri, 5 Feb 2021 16:00:32 +0000 (17:00 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 8 Feb 2021 15:07:37 +0000 (16:07 +0100)
might pickup /dev/kvm if we are lucky?

.github/workflows/fedora-32.yml
.github/workflows/fedora-33.yml
.github/workflows/fedora-latest.yml

index b5870f818ecffa97e89294d4a5b6ce4bd416f076..d6bf38a65bc13e97155e0c14b3385c83ccbf9c53 100644 (file)
@@ -15,6 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     container:
       image: quay.io/haraldh/dracut-fedora:32
+      options: "-v /dev:/dev"
     timeout-minutes: 45
     strategy:
       matrix:
index cc75e7808956c3ac6eaf061834081867e5c7310a..a8d396e2263db0f35fd08e4c1f92c919d99d4a8f 100644 (file)
@@ -15,6 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     container:
       image: quay.io/haraldh/dracut-fedora:33
+      options: "-v /dev:/dev"
     timeout-minutes: 45
     strategy:
       matrix:
index ee35bf33eeeedcd3cac5e1768371d8379d50d095..96936e22dc1eee16dfdc354bbeaf769e84f98f3b 100644 (file)
@@ -15,6 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     container:
       image: quay.io/haraldh/dracut-fedora:latest
+      options: "-v /dev:/dev"
     timeout-minutes: 45
     strategy:
       matrix: