From 9aa4cf38d11653c8f580edcf8b29e576c5dfdc54 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Fri, 9 Dec 2022 00:44:15 +0000 Subject: [PATCH] fix the release script (#843) platform flag is supplied by hack/release.sh lib Co-authored-by: dprotaso --- hack/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/release.sh b/hack/release.sh index 5774d3c60..3f39dd51c 100755 --- a/hack/release.sh +++ b/hack/release.sh @@ -48,7 +48,7 @@ function build_release() { for yaml in "${!COMPONENTS[@]}"; do local config="${COMPONENTS[${yaml}]}" echo "Building Knative net-contour - ${config}" - ko resolve --platform=all ${KO_FLAGS} -f ${config}/ | "${LABEL_YAML_CMD[@]}" | run_go_tool github.com/dprotaso/dekupe dekupe > ${yaml} + ko resolve ${KO_FLAGS} -f ${config}/ | "${LABEL_YAML_CMD[@]}" | run_go_tool github.com/dprotaso/dekupe dekupe > ${yaml} all_yamls+=(${yaml}) done # Assemble the release