We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de60cc commit 31bdd16Copy full SHA for 31bdd16
hack/release.sh
@@ -49,7 +49,7 @@ function build_release() {
49
echo "Building Knative net-istio - ${config}"
50
echo "# Generated when HEAD was $(git rev-parse HEAD)" > ${yaml}
51
echo "#" >> ${yaml}
52
- ko resolve --platform=all ${KO_FLAGS} -f ${config}/ | "${LABEL_YAML_CMD[@]}" >> ${yaml}
+ ko resolve ${KO_FLAGS} -f ${config}/ | "${LABEL_YAML_CMD[@]}" >> ${yaml}
53
all_yamls+=(${yaml})
54
done
55
# Assemble the release
0 commit comments