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

Use gox for build process so more than one architecture is covered

parent caba93b3
Branches
Tags
1 merge request!3Use gox to build multiple architectures
Pipeline #87 passed
......@@ -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="builds/{{.Dir}}_{{.OS}}_{{.Arch}}"
artifacts:
paths:
- eth-log-alerting
- builds/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment