Skip to content

Commit

Permalink
ci: try with all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Dec 27, 2020
1 parent b29a6bb commit 5611ac5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,6 +45,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
#platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le
platforms: ${{ steps.buildx.outputs.platforms }}
#platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
tags: |
${{ env.tag }}

0 comments on commit 5611ac5

Please sign in to comment.