Skip to content
Snippets Groups Projects
Commit 150eb026 authored by Erick Hitter's avatar Erick Hitter
Browse files

Increase parallelism

parent 55d4c986
No related branches found
No related tags found
1 merge request!3Use gox to build multiple architectures
Pipeline #88 failed
......@@ -35,7 +35,7 @@ compile:
stage: build
script:
- go get github.com/mitchellh/gox
- gox -output="builds/{{.Dir}}_{{.OS}}_{{.Arch}}"
- gox -output="builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=4
artifacts:
paths:
- builds/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment