Skip to content

Commit 5bb1ff1

Browse files
committed
Add buildx install to github actions
1 parent 4b9e2fd commit 5bb1ff1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
- name: Checkout source
3939
uses: actions/checkout@v4
4040

41+
- name: Set up QEMU
42+
uses: docker/setup-qemu-action@v3
43+
44+
- name: Set up Docker Buildx
45+
uses: docker/setup-buildx-action@v3
46+
4147
- name: Build docker image for ${{ env.VERSION }} ${{ env.VARIANT }}
4248
run: make test
4349

0 commit comments

Comments
 (0)