Skip to content
Snippets Groups Projects
Commit 29ceeb9e authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

disable cgo in build

parent d59acd8e
No related branches found
No related tags found
No related merge requests found
Pipeline #8134 passed
......@@ -60,7 +60,7 @@ build release:
- tags
script:
- mkdir -p bin
- GOOS=linux GOARCH=amd64 go build -v -ldflags "-linkmode external -extldflags '-static'" -a -o bin/kszk-status-backend-linux-amd64 .
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -a -installsuffix cgo -o bin/kszk-status-backend-linux-amd64 .
artifacts:
paths:
- bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment