Skip to content

Commit

Permalink
release: Include windows in pipeline default platforms
Browse files Browse the repository at this point in the history
This value overrides the value specified in the publish task.
  • Loading branch information
imjasonh authored and tekton-robot committed Oct 13, 2021
1 parent 64de3bf commit 391cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
default: "true"
- name: platforms
description: Platforms to publish for the images (e.g. linux/amd64,linux/arm64)
default: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
default: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le,windows/amd64
- name: serviceAccountPath
description: The path to the service account file within the release-secret workspace
workspaces:
Expand Down

0 comments on commit 391cafb

Please sign in to comment.