ci: build all platforms

This commit is contained in:
will Farrell
2020-12-22 15:21:41 -07:00
committed by GitHub
parent a4e4227327
commit e55dba16d7

View File

@ -21,6 +21,7 @@ jobs:
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
-
name: Login to DockerHub
@ -44,5 +45,6 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms: ${{ steps.buildx.outputs.platforms }}
tags: |
${{ env.tag }}