We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ece5f commit 0ec025dCopy full SHA for 0ec025d
tetrateci/create_istio_release.sh
@@ -135,11 +135,11 @@ if [ ${TAG} =~ "fips" ]; then
135
[[ $CHECK_CRYPTO == X:boringcrypto ]] || exit 1
136
fi
137
138
-go run main.go publish --release /tmp/istio-release/out --dockerhub $HUB
+# go run main.go publish --release /tmp/istio-release/out --dockerhub $HUB
139
140
141
-# make -C istio rpm/fpm
142
-# make -C istio deb/fpm
+make -C istio deb/fpm TARGET_OUT_LINUX=/tmp/istio-release/work/src/istio.io/istio/out/linux_amd64
+make -C istio deb/rpm TARGET_OUT_LINUX=/tmp/istio-release/work/src/istio.io/istio/out/linux_amd64
143
144
145
0 commit comments