mirror of
https://github.com/traefik/traefik.git
synced 2025-09-27 00:31:14 +02:00
CircleCi
This commit is contained in:
parent
c9a85af74b
commit
fbb52dee36
@ -22,5 +22,5 @@ deployment:
|
||||
- docker push ${REPO,,}:$CIRCLE_SHA1
|
||||
- go get github.com/mitchellh/gox
|
||||
- go get github.com/tcnksm/ghr
|
||||
- gox -ldflags "-X main.Version $BUILD_VERSION -X main.BuildDate $BUILD_DATE" -output "dist/$CIRCLE_PROJECT_REPONAME_{{.OS}}_{{.Arch}}"
|
||||
- gox -os "linux darwin windows" -ldflags "-X main.Version $BUILD_VERSION -X main.BuildDate $BUILD_DATE" -output "dist/$CIRCLE_PROJECT_REPONAME_{{.OS}}_{{.Arch}}"
|
||||
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --prerelease --replace `git describe --tags` dist/
|
||||
|
Loading…
x
Reference in New Issue
Block a user