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

Give downloaded artifacts a meaningful name

parent 150eb026
No related branches found
No related tags found
1 merge request!3Use gox to build multiple architectures
Pipeline #89 passed with stages
in 10 minutes and 35 seconds
......@@ -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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment