Skip to content

Commit

Permalink
update platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Jan 10, 2024
1 parent 4e4fb6f commit 01a1578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: ./
context: .
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: true
Expand Down

0 comments on commit 01a1578

Please sign in to comment.