Skip to content

Commit

Permalink
Remove ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfairbanks committed Feb 23, 2024
1 parent 9620274 commit 0c14c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
builder: ${{ steps.setup-buildx.outputs.name }}
context: ./
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
file: ./Dockerfile
push: true
tags: ${{ steps.docker-tags.outputs.tags }}
Expand Down

0 comments on commit 0c14c67

Please sign in to comment.