Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kurema committed May 19, 2024
1 parent 2c116db commit 3658ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.prep.outputs.tag_cache }}
build-args: ${{ steps.prep.outputs.args }}
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le
push: true
tags: ${{ steps.prep.outputs.tag_cache }}
build-args: ${{ steps.prep.outputs.args }}
Expand Down

0 comments on commit 3658ce5

Please sign in to comment.