mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-20 23:07:29 +01:00
Remove static linkage for helper tools
This commit is contained in:
@@ -25,9 +25,6 @@ builds:
|
||||
pre: make frontend
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
- CC=x86_64-linux-musl-gcc
|
||||
ldflags:
|
||||
- -linkmode external -extldflags -static
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
@@ -41,9 +38,6 @@ builds:
|
||||
- static_build
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
- CC=x86_64-linux-musl-gcc
|
||||
ldflags:
|
||||
- -linkmode external -extldflags -static
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
@@ -57,9 +51,6 @@ builds:
|
||||
- static_build
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
- CC=x86_64-linux-musl-gcc
|
||||
ldflags:
|
||||
- -linkmode external -extldflags -static
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
|
||||
Reference in New Issue
Block a user