Skip to content

Commit

Permalink
remove darwin targets
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev committed Nov 2, 2024
1 parent f642048 commit 74aed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
with:
context: .
file: docker/Dockerfile.static
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 74aed1d

Please sign in to comment.