Skip to content

Commit

Permalink
Dear God, no mips
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed Apr 6, 2018
1 parent 07788e5 commit 555b9bf
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 @@ -72,7 +72,7 @@ test:
- go test -v -race $PACKAGE_PATH/... | go-junit-report > $CIRCLE_TEST_REPORTS/junit/junit.xml
# Multi-platform compile with version information
- cd $PROJECT_DIR
- gox -ldflags "-X $PACKAGE_PATH/cmd.buildVersion=1.0.$CIRCLE_BUILD_NUM -X $PACKAGE_PATH/cmd.commitId=$CIRCLE_SHA1" -output "${CIRCLE_ARTIFACTS}/${CIRCLE_PROJECT_REPONAME}_{{.OS}}_{{.Arch}}" $PACKAGE_PATH/...
- gox -ldflags "-X $PACKAGE_PATH/cmd.buildVersion=1.0.$CIRCLE_BUILD_NUM -X $PACKAGE_PATH/cmd.commitId=$CIRCLE_SHA1" -arch="!mips !mipsle !mips64 !mips64le" -output "${CIRCLE_ARTIFACTS}/${CIRCLE_PROJECT_REPONAME}_{{.OS}}_{{.Arch}}" $PACKAGE_PATH/...
# Build and tag our docker image
- cp $NATIVE_BINARY $DOCKER_DIR/centralconfig
- cp $PROJECT_DIR/Dockerfile $DOCKER_DIR/
Expand Down

0 comments on commit 555b9bf

Please sign in to comment.