We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf9b09 commit 54cf8e2Copy full SHA for 54cf8e2
1 file changed
.github/workflows/build-docker-image.yml
@@ -12,6 +12,9 @@ jobs:
12
- name: Checkout code
13
uses: actions/checkout@v4
14
15
+ - name: Set up QEMU
16
+ uses: docker/setup-qemu-action@v3
17
+
18
- name: Set up Docker Buildx
19
uses: docker/setup-buildx-action@v3
20
@@ -26,6 +29,7 @@ jobs:
26
29
with:
27
30
push: true
28
31
context: .
32
+ platforms: linux/amd64,linux/arm64
33
tags: |
34
lvthillo/python-flask-docker:latest
35
lvthillo/python-flask-docker:${{ github.sha }}
0 commit comments