Skip to content

Commit da2fc7f

Browse files
committed
Add support for ARM
1 parent 7b262ee commit da2fc7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
if: github.event_name != 'pull_request'
4444
uses: sigstore/cosign-installer@v3
4545

46+
- name: Set up QEMU
47+
uses: docker/setup-qemu-action@v3
48+
4649
# Set up BuildKit Docker container builder to be able to build
4750
# multi-platform images and export cache
4851
# https://github.com/docker/setup-buildx-action
@@ -73,6 +76,7 @@ jobs:
7376
id: build-and-push
7477
uses: docker/build-push-action@v6
7578
with:
79+
platforms: linux/amd64,linux/arm64
7680
context: .
7781
push: ${{ github.event_name != 'pull_request' }}
7882
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)