Try with install docker
This commit is contained in:
parent
1890b12806
commit
fda612bb05
1 changed files with 5 additions and 0 deletions
|
@ -8,11 +8,16 @@ jobs:
|
|||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install docker
|
||||
run: apt update && apt install -y docker.io
|
||||
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: https://github.com/docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: [amd64]
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
|
|
Loading…
Reference in a new issue