Skip to content

Commit

Permalink
updated/fixed platforms in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Apr 6, 2024
1 parent c84bca4 commit f20d405
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 f20d405

Please sign in to comment.