Skip to content

Commit 31bdd16

Browse files
authored
fix release script (#1037)
1 parent 2de60cc commit 31bdd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function build_release() {
4949
echo "Building Knative net-istio - ${config}"
5050
echo "# Generated when HEAD was $(git rev-parse HEAD)" > ${yaml}
5151
echo "#" >> ${yaml}
52-
ko resolve --platform=all ${KO_FLAGS} -f ${config}/ | "${LABEL_YAML_CMD[@]}" >> ${yaml}
52+
ko resolve ${KO_FLAGS} -f ${config}/ | "${LABEL_YAML_CMD[@]}" >> ${yaml}
5353
all_yamls+=(${yaml})
5454
done
5555
# Assemble the release

0 commit comments

Comments
 (0)