Skip to content

Commit

Permalink
Add multi-platform docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schneppenheim committed May 31, 2022
1 parent 46a33d5 commit 125519c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.docker_meta.outputs.tags }}
build-args: |
VERSION=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.version'] }}
Expand Down

0 comments on commit 125519c

Please sign in to comment.