Skip to content

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
Updated to include os/arch other than just 'windows'
  • Loading branch information
danesparza committed Feb 26, 2016
1 parent 1f610d6 commit 3141109
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 @@ -6,7 +6,7 @@ dependencies:
override:
- go get -d -v ./...
- go get github.com/mitchellh/gox
- gox -os="windows" -output "${CIRCLE_ARTIFACTS}/${CIRCLE_PROJECT_REPONAME}_{{.OS}}_{{.Arch}}"
- gox -output "${CIRCLE_ARTIFACTS}/${CIRCLE_PROJECT_REPONAME}_{{.OS}}_{{.Arch}}"
- docker info
- docker build -t danesparza/calendar-service:$CIRCLE_BUILD_NUM .

Expand Down

0 comments on commit 3141109

Please sign in to comment.