added options: --privileged
This commit is contained in:
parent
86b4815ee6
commit
f670739aaf
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: archlinux/archlinux:base-devel
|
image: archlinux/archlinux:base-devel
|
||||||
|
options: --privileged
|
||||||
env:
|
env:
|
||||||
Desktop: "template"
|
Desktop: "template"
|
||||||
steps:
|
steps:
|
||||||
|
@ -40,6 +41,7 @@ jobs:
|
||||||
needs: [build_iso]
|
needs: [build_iso]
|
||||||
container:
|
container:
|
||||||
image: archlinux/archlinux:base-devel
|
image: archlinux/archlinux:base-devel
|
||||||
|
options: --privileged
|
||||||
env:
|
env:
|
||||||
Desktop: "template"
|
Desktop: "template"
|
||||||
SSH_HOST: ${{ secrets.SSHHOST }}
|
SSH_HOST: ${{ secrets.SSHHOST }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue