File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 52
52
53
53
WHAT=" k8s-tester"
54
54
PACKAGE_NAME=' github.com/aws/aws-k8s-tester/k8s-tester'
55
- pushd ./k8s-tester
55
+ pushd ./k8s-tester/cmd/k8s-tester
56
56
for arch in ${ARCHS} ; do
57
57
for os in ${TARGETS} ; do
58
58
for bin in ${WHAT} ; do
59
59
echo " === Building arch=${arch} , os=${os} , target=${bin} ==="
60
+ pwd
60
61
CGO_ENABLED=0 \
61
62
GOARCH=${arch} \
62
63
GOOS=${os} \
@@ -66,8 +67,8 @@ for arch in ${ARCHS}; do
66
67
-X ${PACKAGE_NAME} /version.GitCommit=${GIT_COMMIT} \
67
68
-X ${PACKAGE_NAME} /version.ReleaseVersion=${RELEASE_VERSION} \
68
69
-X ${PACKAGE_NAME} /version.BuildTime=${BUILD_TIME} " \
69
- -o ../bin/${bin} -${RELEASE_VERSION} -${os} -${arch} \
70
- ./cmd/ ${bin}
70
+ -o ../../../ bin/${bin} -${RELEASE_VERSION} -${os} -${arch} \
71
+ .
71
72
done
72
73
done
73
74
done
You can’t perform that action at this time.
0 commit comments