Skip to content

Commit 77409a1

Browse files
committed
Setup docker buildx in CI
1 parent 7f2ec52 commit 77409a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: [self-hosted, docker]
1212
steps:
1313
- uses: actions/checkout@v2
14+
- uses: docker/setup-buildx-action@v1
15+
with:
16+
install: true
1417
- name: Run tests
1518
run: script/run-in-docker.sh make ci
1619
- name: Build Docker image

0 commit comments

Comments
 (0)