Skip to content

Commit

Permalink
wrong arch for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Nov 24, 2016
1 parent 556b39d commit 396a6ed
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 @@ -38,7 +38,7 @@ deployment:
- gox --osarch="windows/386" -ldflags "$GO_LDFLAGS" -output "dist/redis_exporter" && cd dist && zip -9 redis_exporter-$CIRCLE_TAG.windows-386.zip redis_exporter.exe && rm redis_exporter.exe && cd ..
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $CIRCLE_TAG dist/
- docker version
- gox --osarch="linux/amd64" -ldflags "$GO_LDFLAGS" -output "dist/redis_exporter"
- gox --osarch="linux/386" -ldflags "$GO_LDFLAGS" -output "dist/redis_exporter"
- docker build --rm=false -t "21zoo/redis_exporter:$CIRCLE_TAG" .
- docker build --rm=false -t "21zoo/redis_exporter:latest" .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
Expand Down

0 comments on commit 396a6ed

Please sign in to comment.