Skip to content

Commit 3c2faa3

Browse files
committed
Enable arm64 build
1 parent 817d942 commit 3c2faa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- uses: actions/checkout@v3
5656
- name: Log in to registry
5757
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
58+
- name: Set up QEMU
59+
uses: docker/setup-qemu-action@v2
5860
- name: Set up Docker Buildx
5961
id: buildx
6062
uses: docker/setup-buildx-action@master
@@ -66,7 +68,7 @@ jobs:
6668
with:
6769
context: .
6870
push: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' }}
69-
platforms: linux/amd64
71+
platforms: linux/amd64,linux/arm64
7072
tags: |
7173
ghcr.io/${{ github.repository }}:${{ github.sha }}
7274
build-args: |

0 commit comments

Comments
 (0)