From 65477d5e350666df9fafe8464395bd91389331eb Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 12 Jan 2022 12:54:36 -0500 Subject: [PATCH] Include Windows builds of cmd/nop in release process --- tekton/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tekton/publish.yaml b/tekton/publish.yaml index 3af5e647f5a..049c0ec0bd3 100644 --- a/tekton/publish.yaml +++ b/tekton/publish.yaml @@ -103,8 +103,9 @@ spec: # This matches the value configured in .ko.yaml defaultBaseImage: gcr.io/distroless/static:nonroot baseImageOverrides: - # Use the combined base image for entrypoint. + # Use the combined base image for entrypoint and nop images. $(params.package)/cmd/entrypoint: ${COMBINED_BASE_IMAGE} + $(params.package)/cmd/nop: ${COMBINED_BASE_IMAGE} $(params.package)/cmd/git-init: ${CONTAINER_REGISTRY}/$(params.package)/git-init-build-base:latest # These match values configured in .ko.yaml