ci: only bind /dev/kvm into the container
dracut is only interested to use `/dev/kvm` if available.master
parent
a6faf453a8
commit
35bd0b4ac1
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/haraldh/dracut-fedora:32
|
||||
options: "-v /dev:/dev"
|
||||
options: "-v /dev/kvm:/dev/kvm"
|
||||
timeout-minutes: 45
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/haraldh/dracut-fedora:33
|
||||
options: "-v /dev:/dev"
|
||||
options: "-v /dev/kvm:/dev/kvm"
|
||||
timeout-minutes: 45
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/haraldh/dracut-fedora:latest
|
||||
options: "-v /dev:/dev"
|
||||
options: "-v /dev/kvm:/dev/kvm"
|
||||
timeout-minutes: 45
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue