Skip to content

Commit 38fd371

Browse files
pikespeakclaude
andcommitted
feat(ci): add multi-arch Docker build (amd64 + arm64)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 04ed8cd commit 38fd371

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
packages: write
3939
steps:
4040
- uses: actions/checkout@v6
41+
- name: Set up QEMU
42+
uses: docker/setup-qemu-action@v3
43+
- name: Set up Docker Buildx
44+
uses: docker/setup-buildx-action@v3
4145
- name: Log in to GHCR
4246
uses: docker/login-action@v4
4347
with:
@@ -51,6 +55,7 @@ jobs:
5155
uses: docker/build-push-action@v7
5256
with:
5357
context: .
58+
platforms: linux/amd64,linux/arm64
5459
push: true
5560
tags: |
5661
ghcr.io/ottersight/cli:${{ steps.version.outputs.VERSION }}

0 commit comments

Comments
 (0)