Skip to content

Commit 54cf8e2

Browse files
committed
feat(pfd): support arm64
1 parent ccf9b09 commit 54cf8e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15+
- name: Set up QEMU
16+
uses: docker/setup-qemu-action@v3
17+
1518
- name: Set up Docker Buildx
1619
uses: docker/setup-buildx-action@v3
1720

@@ -26,6 +29,7 @@ jobs:
2629
with:
2730
push: true
2831
context: .
32+
platforms: linux/amd64,linux/arm64
2933
tags: |
3034
lvthillo/python-flask-docker:latest
3135
lvthillo/python-flask-docker:${{ github.sha }}

0 commit comments

Comments
 (0)