Skip to content

Commit 7818279

Browse files
authored
Merge pull request #548 from ppodgorsek/issue-455
Issue #455 - Build image using multiple platform architectures
2 parents f0a9a17 + 9f1df54 commit 7818279

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ jobs:
234234
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
235235
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
236236

237+
- name: Set up QEMU
238+
uses: docker/setup-qemu-action@v3
239+
240+
- name: Set up Docker Buildx
241+
uses: docker/setup-buildx-action@v3
242+
237243
- name: Build other platforms and push
238244
uses: docker/build-push-action@v6
239245
with:

0 commit comments

Comments
 (0)