Skip to content

Commit

Permalink
build: test cross-platform compatibility for docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
anujsinha3 committed Feb 28, 2025
1 parent 40180b4 commit 6a591aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ghcr.io/${{ github.repository_owner }}/${{ env.PACKAGE }}:${{ env.VERSION }}
ghcr.io/${{ github.repository_owner }}/${{ env.PACKAGE }}:latest
push: true
platforms: linux/amd64,linux/arm64,windows/amd64
platforms: linux/amd64,linux/arm64

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a591aa

Please sign in to comment.