Skip to content

Commit

Permalink
chore: try to build more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Nov 8, 2023
1 parent cf742cb commit c80397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
push: ${{ github.event_name == 'push' || github.event.inputs.push == 'true' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64, linux/amd64
platforms: linux/arm64,linux/amd64,darwin/arm64,darwin/amd64,windows/amd64,windows/arm64

0 comments on commit c80397f

Please sign in to comment.