Skip to content

Commit 2fc0bb4

Browse files
authored
Merge pull request #5 from petercool/iss-4
[ISS-4][Improvement] Enhance multi-architecture builds
2 parents 71598a2 + 253e9ea commit 2fc0bb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ jobs:
3232
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3333
password: ${{ secrets.DOCKER_HUB_TOKEN }}
3434

35+
- name: Set up QEMU
36+
uses: docker/setup-qemu-action@v3
37+
3538
- name: Build and push
3639
uses: docker/build-push-action@v5
3740
with:
3841
context: .
42+
platforms: linux/amd64,linux/arm64
3943
push: true
4044
tags: ${{ steps.meta.outputs.tags }}
4145
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)