Skip to content

Commit 5779b78

Browse files
image built for arm64
1 parent eed3645 commit 5779b78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141

42+
- name: Set up QEMU for ARM builds
43+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
44+
4245
- name: Set up Docker Buildx
4346
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
4447

@@ -47,6 +50,6 @@ jobs:
4750
with:
4851
context: .
4952
push: true
50-
platforms: linux/amd64
53+
platforms: linux/amd64,linux/arm64
5154
tags: |
5255
ghcr.io/${{ github.repository }}:${{ github.event.inputs.release_tag }}

0 commit comments

Comments
 (0)