Combine arm and darwin build jobs

saves spinning up another container
This commit is contained in:
Bryan Boreham
2018-08-27 21:23:00 +00:00
parent 8a0c42299e
commit 7b9a15efbf

View File

@@ -20,10 +20,7 @@ workflows:
- client-test:
requires:
- client-build
- arm-build:
requires:
- build
- darwin-build:
- xplatform-build:
requires:
- build
- build:
@@ -85,16 +82,11 @@ jobs:
cd /home/weave; yarn run lint
cd /home/weave; yarn test
arm-build:
<<: *defaults
steps:
- checkout
- run: GOARCH=arm make BUILD_IN_CONTAINER=false GO_BUILD_INSTALL_DEPS= prog/scope
darwin-build:
xplatform-build:
<<: *defaults
steps:
- checkout
- run: GOARCH=arm make BUILD_IN_CONTAINER=false GO_BUILD_INSTALL_DEPS= prog/scope
- run: GOOS=darwin make BUILD_IN_CONTAINER=false GO_BUILD_INSTALL_DEPS= prog/scope
build: