From 9e2cfe8ca9ad514f5fc701e8152c13a6aee2bf92 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Tue, 17 Aug 2021 16:28:12 +0200
Subject: [PATCH] fix hotrod
Signed-off-by: Pavol Loffay
---
scripts/hotrod-integration-test.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/hotrod-integration-test.sh b/scripts/hotrod-integration-test.sh
index 07c7c659e3e..632a7d035e2 100755
--- a/scripts/hotrod-integration-test.sh
+++ b/scripts/hotrod-integration-test.sh
@@ -9,6 +9,7 @@ make build-examples GOOS=linux GOARCH=arm64
REPO=jaegertracing/example-hotrod
platforms="linux/amd64,linux/s390x,linux/ppc64le,linux/arm64"
+make prepare-docker-buildx
#build image locally for integration test
bash scripts/build-upload-a-docker-image.sh -l -c example-hotrod -d examples/hotrod -p "${platforms}"