Skip to content

Commit

Permalink
limit buildx to linux/amd64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
siomiz committed Sep 5, 2024
1 parent c0d6f37 commit 740042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: Dockerfile.${{ matrix.tag }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 740042f

Please sign in to comment.