Skip to content

Commit 0adc72a

Browse files
committed
baby steps towards multi-platform images
1 parent 2d2c1ca commit 0adc72a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/push-to-dockerhub.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,17 @@ jobs:
2121
runs-on: ubuntu-20.04
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
25+
26+
- name: Set up QEMU
27+
uses: docker/setup-qemu-action@v2
28+
29+
- name: Set up Docker Buildx
30+
id: buildx
31+
uses: docker/setup-buildx-action@v2
32+
33+
- name: Available platforms
34+
run: echo ${{ steps.buildx.outputs.platforms }}
2535

2636
- name: Set up REPO and TAG environment vars
2737
run: |

0 commit comments

Comments
 (0)