Skip to content

Commit

Permalink
merge pull request #223 from zackbradys/main
Browse files Browse the repository at this point in the history
fixed platforms in release workflow
  • Loading branch information
zackbradys authored Apr 6, 2024
2 parents c84bca4 + f20d405 commit 8670489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64,windows/amd64,windows/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ github.repository_owner }}/${{ github.repository }}:${{ github.ref_name }},${{ github.repository_owner }}/${{ github.repository }}:latest

0 comments on commit 8670489

Please sign in to comment.