Skip to content

Commit 0ec025d

Browse files
committed
sidecar testing
Signed-off-by: psbrar99 <[email protected]>
1 parent f4ece5f commit 0ec025d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tetrateci/create_istio_release.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ if [ ${TAG} =~ "fips" ]; then
135135
[[ $CHECK_CRYPTO == X:boringcrypto ]] || exit 1
136136
fi
137137

138-
go run main.go publish --release /tmp/istio-release/out --dockerhub $HUB
138+
# go run main.go publish --release /tmp/istio-release/out --dockerhub $HUB
139139

140140

141-
# make -C istio rpm/fpm
142-
# make -C istio deb/fpm
141+
make -C istio deb/fpm TARGET_OUT_LINUX=/tmp/istio-release/work/src/istio.io/istio/out/linux_amd64
142+
make -C istio deb/rpm TARGET_OUT_LINUX=/tmp/istio-release/work/src/istio.io/istio/out/linux_amd64
143143

144144

145145

0 commit comments

Comments
 (0)