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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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