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
No related tags found
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: ...@@ -34,7 +34,8 @@ format:
compile: compile:
stage: build stage: build
script: 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: artifacts:
paths: 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