Skip to content

Commit

Permalink
add amd support
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-michalguspiel committed Sep 3, 2024
1 parent 2184ef7 commit 1d7c10f
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 @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/arm64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
ssh: default=${{ env.SSH_AUTH_SOCK }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 1d7c10f

Please sign in to comment.