Skip to content

Commit

Permalink
Adding linux/arm distribution for RaspberryPI - removing Win builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thoeni committed Oct 21, 2017
1 parent b2f51a0 commit 2a105a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ deployment:
commands:
- go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr
- gox -osarch "linux/386 linux/amd64 windows/386 windows/amd64 darwin/386 darwin/amd64" -ldflags "-X main.AppVersion=$CIRCLE_TAG -X main.Sha=$CIRCLE_SHA1" -output "./dist/slack-tube-service-{{.OS}}-{{.Arch}}"
- gox -osarch "linux/386 linux/amd64 darwin/386 darwin/amd64 linux/arm" -ldflags "-X main.AppVersion=$CIRCLE_TAG -X main.Sha=$CIRCLE_SHA1" -output "./dist/slack-tube-service-{{.OS}}-{{.Arch}}"
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace ${CIRCLE_TAG} ./dist/
- sh deploy_prod.sh

0 comments on commit 2a105a0

Please sign in to comment.