Skip to content

Commit

Permalink
Don't build arm
Browse files Browse the repository at this point in the history
Don't need it, on macbook am still using amd64, just explicitly and not via manifest
  • Loading branch information
poplexity authored Aug 1, 2024
1 parent 6b4fea7 commit 75568ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 75568ad

Please sign in to comment.