Skip to content

Commit

Permalink
fix: add docker multi arch images
Browse files Browse the repository at this point in the history
* Add platforms

* Enable push flag
  • Loading branch information
bdovaz authored Dec 9, 2022
1 parent 70c9f0a commit 7dbc446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jobs:
# publish
- uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
Expand Down

0 comments on commit 7dbc446

Please sign in to comment.