Skip to content

Commit

Permalink
Correct multi platforms list again
Browse files Browse the repository at this point in the history
  • Loading branch information
johnniang committed Jan 27, 2021
1 parent 103c6bb commit 24df7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/halo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true
tags: |
${{ secrets.DOCKER_IMAGE_NAME }}:${{ env.HALO_VERSION}}
Expand Down

0 comments on commit 24df7fa

Please sign in to comment.