ci: add missing docker archs (#7666)

This commit is contained in:
Manuel
2021-10-29 20:05:49 +02:00
committed by GitHub
parent 62cc9cae7d
commit a359c0248b
2 changed files with 11 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64
platforms: linux/amd64, 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 }}