Skip to content

Commit 36b3f9f

Browse files
committed
CI: build arm64 OCI image
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
1 parent d542774 commit 36b3f9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ jobs:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
38+
- uses: docker/setup-qemu-action@v3
39+
- uses: docker/setup-buildx-action@v3
3840
- uses: docker/build-push-action@v6
3941
with:
4042
file: Containerfile
43+
platforms: linux/amd64,linux/arm64
4144
push: true
4245
tags: |
4346
ghcr.io/heywillow/willow-inference-server-rs:${{ github.ref_name }}

0 commit comments

Comments
 (0)