mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 23:37:18 +00:00
enable privileged mode for the docker
This commit is contained in:
parent
b83bc5a732
commit
63e79ec57a
2
.github/workflows/run-setup.yml
vendored
2
.github/workflows/run-setup.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
- name: setup the service in arch linux container
|
- name: setup the service in arch linux container
|
||||||
run: |
|
run: |
|
||||||
docker run \
|
docker run --privileged \
|
||||||
-v ${{ github.workspace }}:/build -w /build \
|
-v ${{ github.workspace }}:/build -w /build \
|
||||||
archlinux:latest \
|
archlinux:latest \
|
||||||
.github/workflows/setup.sh
|
.github/workflows/setup.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user