update broken gitlab yaml for cgo targets on alpine

This commit is contained in:
mdr0id 2019-09-15 17:39:15 -07:00
parent c5b37391ed
commit b86dda72e5
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ stages:
- deploy
- monitor
before_script:
- apk update && apk add make git gcc musl-dev
- export GO111MODULE=on
- export CGO_ENABLED=1
# ************************************************************************/
# BUILD
# ************************************************************************/