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

Skip unsupported architecture

parent 85f4ccd5
No related branches found
No related tags found
1 merge request!3Add go.mod
Pipeline #4443 passed with stages
in 6 minutes and 12 seconds
......@@ -30,7 +30,7 @@ dep:
@go get github.com/mitchellh/gox
build: dep
@gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6
@gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 -osarch '!darwin/386'
clean:
@rm -f $(PROJECT_NAME)
......
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