We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d542774 commit 36b3f9fCopy full SHA for 36b3f9f
.github/workflows/ci.yml
@@ -35,9 +35,12 @@ jobs:
35
registry: ghcr.io
36
username: ${{ github.actor }}
37
password: ${{ secrets.GITHUB_TOKEN }}
38
+ - uses: docker/setup-qemu-action@v3
39
+ - uses: docker/setup-buildx-action@v3
40
- uses: docker/build-push-action@v6
41
with:
42
file: Containerfile
43
+ platforms: linux/amd64,linux/arm64
44
push: true
45
tags: |
46
ghcr.io/heywillow/willow-inference-server-rs:${{ github.ref_name }}
0 commit comments