Skip to content

Commit

Permalink
Don't build for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbjeldbak committed Mar 4, 2023
1 parent b86a826 commit 69f8248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
push: true
sbom: true
provenance: true
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 69f8248

Please sign in to comment.