try creating link to docker.sock
This commit is contained in:
parent
6274242d6d
commit
3bcd6db9e4
@ -14,6 +14,9 @@ jobs:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Link to docker socket
|
||||
run: ln -s ~/.docker/run/docker.sock /var/run/docker.sock
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
# uses: docker/setup-qemu-action@v1
|
||||
@ -23,9 +26,6 @@ jobs:
|
||||
# - name: Install QEMU
|
||||
# run: sudo apt-get update && sudo apt-get install -y qemu-user-static
|
||||
|
||||
- name: Debug
|
||||
run: env
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user