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

Restore gox dependency

parent dcc925b1
Branches
Tags v1.2.1
1 merge request!4Update go.mod, fix build
Pipeline #4824 passed
...@@ -27,6 +27,7 @@ coverhtml: ...@@ -27,6 +27,7 @@ coverhtml:
dep: dep:
@go get -v ./... @go get -v ./...
@go install github.com/mitchellh/gox@latest
build: dep build: dep
@gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 -osarch '!darwin/386' @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