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

Restore gox dependency

parent dcc925b1
Branches
No related tags found
Loading
Pipeline #4824 passed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -27,6 +27,7 @@ coverhtml:
dep:
@go get -v ./...
@go install github.com/mitchellh/gox@latest
build: dep
@gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 -osarch '!darwin/386'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment