Skip to content

Commit

Permalink
fix the release script (#843)
Browse files Browse the repository at this point in the history
platform flag is supplied by hack/release.sh lib

Co-authored-by: dprotaso <dprotaso@gmail.com>
  • Loading branch information
knative-prow-robot and dprotaso authored Dec 9, 2022
1 parent a2ecdda commit 9aa4cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9aa4cf3

Please sign in to comment.