Skip to content

Commit

Permalink
Update deploy-image.yml (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Jun 27, 2023
1 parent 4442681 commit 95b92de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le # ,linux/s390x - not supported by npm?
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 # ,linux/ppc64le ,linux/s390x - not supported by npm?
context: .
push: ${{ github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 95b92de

Please sign in to comment.