Add all platforms

This commit is contained in:
Felipe Santos
2022-11-18 15:16:21 -03:00
parent 72823af9d0
commit f120db71a3
+6
View File
@@ -45,6 +45,12 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: |
linux/amd64
linux/386
linux/arm/v6
linux/arm/v7
linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}