Skip to content
Snippets Groups Projects
Commit d4c4df64 authored by Christian Pointner's avatar Christian Pointner
Browse files

build should work now

parent af1a952d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ format:
compile:
stage: build
script:
- go build -race -ldflags "-extldflags '-static'" ./cmd/tank -o $CI_PROJECT_DIR/tank
- go build -ldflags "-extldflags '-static'" -tags netgo -o $CI_PROJECT_DIR/tank ./cmd/tank
artifacts:
paths:
- tank
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment