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

Merge branch 'update/builds' into 'master'

Use gox to build multiple architectures

See merge request !3
parents caba93b3 3d7da2b0
No related branches found
Tags v0.0.1
1 merge request!3Use gox to build multiple architectures
Pipeline #124 passed with stages
in 9 minutes and 41 seconds
......@@ -34,7 +34,8 @@ format:
compile:
stage: build
script:
- go build -race -ldflags "-extldflags '-static'" -o eth-log-alerting
- go get github.com/mitchellh/gox
- gox -output="eth-log-alerting-builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=4
artifacts:
paths:
- eth-log-alerting
- 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