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

Don't build unsupported architecture

parent d5c7e8c3
No related branches found
No related tags found
Loading
......@@ -30,7 +30,7 @@ dep:
@go get github.com/mitchellh/gox
build: dep
@gox -output="${CI_PROJECT_DIR}/eth-log-alerting-builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=4
@gox -output="${CI_PROJECT_DIR}/eth-log-alerting-builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=4 -osarch '!darwin/386'
clean:
@rm -f $(PROJECT_NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment