Skip to content

Commit a1df635

Browse files
committed
Fix Docker build
1 parent 2068756 commit a1df635

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
- name: Checkout repository
4646
uses: actions/checkout@v3
4747

48+
- name: Set up QEMU
49+
uses: docker/setup-qemu-action@v2
50+
51+
- name: Set up Docker Buildx
52+
uses: docker/setup-buildx-action@v2
53+
4854
- name: Log in to the Container registry
4955
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
5056
with:

0 commit comments

Comments
 (0)