We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5afe6d commit 6748f98Copy full SHA for 6748f98
.github/workflows/docker-image.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build and push to GHCR (bun)
30
uses: docker/build-push-action@v5.1.0
31
with:
32
- platforms: linux/amd64
+ platforms: linux/amd64, linux/arm64
33
push: true
34
tags: |
35
ghcr.io/quackscience/copilot-extension-duckdb:latest
0 commit comments