From 648d31b7f2c4ed4bfa2e3ba77a1b14bbea53d887 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 4 Jan 2019 11:34:36 -0800 Subject: [PATCH] fix e2e script to work with os/arch tags --- test_e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_e2e.sh b/test_e2e.sh index 2d25300..b281546 100755 --- a/test_e2e.sh +++ b/test_e2e.sh @@ -83,7 +83,7 @@ function GIT_SYNC() { -u $(id -u):$(id -g) \ -v "$DIR":"$DIR" \ --rm \ - e2e/git-sync:$(make -s version) \ + e2e/git-sync:$(make -s version)__$(go env GOOS)_$(go env GOARCH) \ "$@" }