Skip to content

Commit 75f6949

Browse files
committed
ci: multi-platform image output
1 parent 772e7ac commit 75f6949

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,17 @@ jobs:
8484
username: ${{ github.actor }}
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686

87+
- name: Set up QEMU
88+
uses: docker/setup-qemu-action@v3
89+
90+
- name: Set up Docker Buildx
91+
uses: docker/setup-buildx-action@v3
92+
8793
- name: Build and push
88-
uses: docker/build-push-action@v5
94+
uses: docker/build-push-action@v6
8995
with:
9096
context: .
97+
platforms: linux/amd64,linux/arm64
9198
push: true
9299
tags: ${{ steps.meta.outputs.tags }}
93100
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)