Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 90d7956

Browse files
feat: multi-arch Docker build (linux/amd64 + linux/arm64) (#6)
2 parents 0465e60 + e0aab14 commit 90d7956

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,17 @@ jobs:
6161
org.opencontainers.image.description=MCP server for GitHub Actions - lookup actions and get SHA-pinned references
6262
org.opencontainers.image.licenses=MIT
6363
64+
- name: Set up QEMU
65+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
66+
67+
- name: Set up Docker Buildx
68+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
69+
6470
- name: Build and push Docker image
6571
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
6672
with:
6773
context: .
74+
platforms: linux/amd64,linux/arm64
6875
push: true
6976
tags: ${{ steps.meta.outputs.tags }}
7077
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)