Skip to content

Commit

Permalink
udpated docker releasse to amd64 from arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Nov 29, 2023
1 parent 5d793e7 commit 7015574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.docker-build.outputs.tags }}
labels: ${{ steps.docker-build.outputs.labels }}

0 comments on commit 7015574

Please sign in to comment.