File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ client/client
2424client /deis.exe
2525client /* .run
2626client /makeself /
27+ _dist /
2728docs /_build /
2829docs /docs.zip
2930docs /dummy.sqlite3
Original file line number Diff line number Diff line change 99 },
1010 "files" : [
1111 {
12- "includePattern" : " _dist/(.*)" ,
12+ "includePattern" : " client/ _dist/(.*)" ,
1313 "uploadPattern" : " $1"
1414 }
1515 ],
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export GO15VENDOREXPERIMENT=1
33# the filepath to this repository, relative to $GOPATH/src
44repo_path = github.com/deis/workflow/client
55
6- DEV_ENV_IMAGE := quay.io/deis/go-dev:0.5 .0
6+ DEV_ENV_IMAGE := quay.io/deis/go-dev:0.7 .0
77DEV_ENV_WORK_DIR := /go/src/${repo_path}
88DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -e CGO_ENABLED=0 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
99DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
@@ -27,7 +27,6 @@ define check-static-binary
2727endef
2828
2929bootstrap :
30- go get -u github.com/mitchellh/gox
3130 ${DEV_ENV_CMD} glide install
3231
3332glideup :
3837 @$(call check-static-binary,deis)
3938
4039build-all :
41- gox -verbose \
40+ ${DEV_ENV_CMD} gox -verbose \
4241 -os=" linux darwin " \
4342 -arch=" amd64 386" \
4443 -output=" $( DIST_DIR) /deis-${VERSION} -{{.OS}}-{{.Arch}}" .
You can’t perform that action at this time.
0 commit comments