Merge pull request #50 from mikenye/build_for_all_platforms

Build a multi-arch image for all platforms
This commit is contained in:
will Farrell
2020-12-22 15:19:01 -07:00
committed by GitHub
+2
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 }}