Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit f43bdd3

Browse files
authored
Merge pull request #15 from reload/multi-arch-build
Build image for multi arch
2 parents 176861d + e5b489c commit f43bdd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14+
- name: Set up QEMU
15+
uses: docker/setup-qemu-action@v2
1416
- name: Set up Docker Buildx
1517
id: buildx
1618
uses: docker/setup-buildx-action@master
@@ -32,6 +34,7 @@ jobs:
3234
builder: ${{ steps.buildx.outputs.name }}
3335
push: true
3436
context: .
37+
platforms: linux/amd64,linux/arm64
3538
labels: |
3639
org.opencontainers.image.source=https://github.com/${{ github.repository }}
3740
org.opencontainers.image.version=${{ github.sha }}

0 commit comments

Comments
 (0)