Skip to content

Commit

Permalink
ci: enable multi-platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
plmercereau authored Jan 20, 2022
1 parent f41fae0 commit 52a3da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
# TODO use cache https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 52a3da8

Please sign in to comment.