Skip to content
Snippets Groups Projects

Use gox to build multiple architectures

Merged Erick Hitter requested to merge update/builds into master
+ 2
2
@@ -35,7 +35,7 @@ compile:
stage: build
script:
- go get github.com/mitchellh/gox
- gox -output="builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=4
- gox -output="eth-log-alerting-builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=4
artifacts:
paths:
- builds/
- eth-log-alerting-builds/
Loading