Skip to content

Commit bb898bf

Browse files
authored
Merge pull request #1 from Niek/add-arm64
Add arm64 image
2 parents 7eb927b + 54c5e0d commit bb898bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: docker/build-push-action@v2
3535
with:
3636
push: ${{ github.event_name != 'pull_request' }}
37+
platforms: linux/amd64,linux/arm64
3738
tags: ${{ steps.meta.outputs.tags }}
3839
labels: ${{ steps.meta.outputs.labels }}
3940

0 commit comments

Comments
 (0)