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

Fix artifacts path

parent fa654974
No related branches found
No related tags found
1 merge request!5Add go.mod
Pipeline #4449 passed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -30,7 +30,7 @@ dep: ...@@ -30,7 +30,7 @@ dep:
@go get github.com/mitchellh/gox @go get github.com/mitchellh/gox
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}-builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 -osarch '!darwin/386'
clean: clean:
@rm -f $(PROJECT_NAME) @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