fix e2e script to work with os/arch tags

This commit is contained in:
Tim Hockin 2019-01-04 11:34:36 -08:00
parent 8ef40b88e5
commit 648d31b7f2
1 changed files with 1 additions and 1 deletions

View File

@ -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) \
"$@"
}