Skip to content

Commit a5ccd8e

Browse files
committed
feat: add ARM Docker build
1 parent 78e9036 commit a5ccd8e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232

33+
- name: Set up QEMU
34+
uses: docker/setup-qemu-action@v3
35+
36+
- name: Set up Buildx
37+
uses: docker/setup-buildx-action@v3
38+
3339
- name: Log in to GHCR
3440
uses: docker/login-action@v3
3541
with:
@@ -42,6 +48,7 @@ jobs:
4248
with:
4349
context: .
4450
push: true
51+
platforms: linux/amd64,linux/arm64
4552
tags: |
4653
ghcr.io/${{ github.repository }}:latest
4754
ghcr.io/${{ github.repository }}:${{ github.sha }}

0 commit comments

Comments
 (0)