Skip to content

Commit fe57b73

Browse files
JoeyBGsimonprev
authored andcommitted
Add multi-arch builds
1 parent 10fe745 commit fe57b73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
- name: Set up QEMU
25+
uses: docker/setup-qemu-action@v3
2426
- name: Set up Docker Buildx
2527
uses: docker/setup-buildx-action@v3
2628

@@ -112,6 +114,7 @@ jobs:
112114
cache-from: type=gha
113115
cache-to: type=gha,mode=max
114116
context: .
117+
platforms: linux/amd64,linux/arm64
115118
push: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' }}
116119
tags: ${{ steps.meta.outputs.tags }}
117120
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)