CGO_ENABLED=0 for cross compile
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7df4a03171
commit
58681bd7df
@ -4,5 +4,5 @@ NEUERUNGEN:
|
||||
- recursive Collections
|
||||
- markdown-Filter `s=SYNTAX_HIGHLIGHT_SHEMA` Parameter
|
||||
- image_process nutzt alle CPU-Kerne
|
||||
- GZIP Vor-Komprimierung der Inhalte und Assets
|
||||
- GZIP/Brotli Vor-Komprimierung der Inhalte und Assets
|
||||
- Code neu organisiert
|
@ -48,7 +48,7 @@ steps:
|
||||
- name: build for freebsd
|
||||
image: golang:latest
|
||||
environment:
|
||||
CGO_ENABLED: 1
|
||||
CGO_ENABLED: 0
|
||||
GOOS: freebsd
|
||||
GOARCH: amd64
|
||||
commands:
|
||||
@ -59,7 +59,7 @@ steps:
|
||||
- name: build for macos
|
||||
image: golang:latest
|
||||
environment:
|
||||
CGO_ENABLED: 1
|
||||
CGO_ENABLED: 0
|
||||
GOOS: darwin
|
||||
GOARCH: amd64
|
||||
commands:
|
||||
@ -70,7 +70,7 @@ steps:
|
||||
- name: build for windows
|
||||
image: golang:latest
|
||||
environment:
|
||||
CGO_ENABLED: 1
|
||||
CGO_ENABLED: 0
|
||||
GOOS: windows
|
||||
GOARCH: amd64
|
||||
FILEEXT: .exe
|
||||
|
Loading…
Reference in New Issue
Block a user