Skip to content

Commit

Permalink
add targets
Browse files Browse the repository at this point in the history
  • Loading branch information
georgettica authored Oct 14, 2024
1 parent 356c5b5 commit b6dc92e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-docker-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ steps.get_tag.outputs.tag }}
# platforms: linux/arm64/v8,darwin/amd64,linux/amd64,windows/amd64,linux/amd64 # was what I was aiming for
# but locally I only got to these 3 (specifically linux/arm64/v8 but yeah)
platforms: linux/arm64,linux/amd64,linux/amd64

0 comments on commit b6dc92e

Please sign in to comment.