Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit c42d14e

Browse files
authored
Update docker-dev.yml
1 parent 74235f0 commit c42d14e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-dev.yml

+8
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,19 @@ jobs:
1515
with:
1616
username: ${{ secrets.DOCKERHUB_USERNAME }}
1717
password: ${{ secrets.DOCKERHUB_TOKEN }}
18+
-
19+
name: Set up QEMU
20+
uses: docker/setup-qemu-action@v1
21+
with:
22+
platforms: all
1823
- name: Set up Docker Buildx
1924
id: buildx
2025
uses: docker/setup-buildx-action@v1
2126
with:
2227
version: latest
28+
-
29+
name: Available platforms
30+
run: echo ${{ steps.buildx.outputs.platforms }}
2331
- name: build the image
2432
run: |
2533
docker buildx build \

0 commit comments

Comments
 (0)