1
Fork 0

Try to fix CI build

master
Vladimir Hodakov 2019-03-02 18:50:12 +04:00
parent 51bc6f941b
commit 5f1a23e8fd
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ build:
stage: build
script:
- pwd
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags netgo -ldflags '-w -extldflags "-static"'
- CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -tags netgo
artifacts:
untracked: true
expire_in: 4 hours