Skip to content

Commit

Permalink
Remove darwin since distroless does not support it
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-hb committed May 22, 2024
1 parent 45c286e commit eda1e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8,darwin
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8

# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
Expand Down

0 comments on commit eda1e1a

Please sign in to comment.