update broken gitlab yaml for cgo targets on alpine
This commit is contained in:
parent
c5b37391ed
commit
b86dda72e5
|
@ -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
|
||||
# ************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue