Skip to content

Commit

Permalink
fix: use arm64 -.-
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty Mees committed Nov 28, 2024
1 parent 3ea9c96 commit 1c7fc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm/v7
platforms: linux/amd64,linux/arm64
file: ${{ env.DOCKERFILE_PATH }}
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 1c7fc7e

Please sign in to comment.