Skip to content

Commit

Permalink
fix(tools): build docker image only for amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario-F committed Jan 15, 2022
1 parent 5217a0b commit e1bc42b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
context: ./tools
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
#platforms: linux/amd64,linux/arm64,linux/arm/v7 only amd64 works for now
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit e1bc42b

Please sign in to comment.