We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71598a2 + 253e9ea commit 2fc0bb4Copy full SHA for 2fc0bb4
.github/workflows/docker-ci.yml
@@ -32,10 +32,14 @@ jobs:
32
username: ${{ secrets.DOCKER_HUB_USERNAME }}
33
password: ${{ secrets.DOCKER_HUB_TOKEN }}
34
35
+ - name: Set up QEMU
36
+ uses: docker/setup-qemu-action@v3
37
+
38
- name: Build and push
39
uses: docker/build-push-action@v5
40
with:
41
context: .
42
+ platforms: linux/amd64,linux/arm64
43
push: true
44
tags: ${{ steps.meta.outputs.tags }}
45
labels: ${{ steps.meta.outputs.labels }}
0 commit comments