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
|
- recursive Collections
|
||||||
- markdown-Filter `s=SYNTAX_HIGHLIGHT_SHEMA` Parameter
|
- markdown-Filter `s=SYNTAX_HIGHLIGHT_SHEMA` Parameter
|
||||||
- image_process nutzt alle CPU-Kerne
|
- image_process nutzt alle CPU-Kerne
|
||||||
- GZIP Vor-Komprimierung der Inhalte und Assets
|
- GZIP/Brotli Vor-Komprimierung der Inhalte und Assets
|
||||||
- Code neu organisiert
|
- Code neu organisiert
|
@ -48,7 +48,7 @@ steps:
|
|||||||
- name: build for freebsd
|
- name: build for freebsd
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 0
|
||||||
GOOS: freebsd
|
GOOS: freebsd
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
commands:
|
commands:
|
||||||
@ -59,7 +59,7 @@ steps:
|
|||||||
- name: build for macos
|
- name: build for macos
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 0
|
||||||
GOOS: darwin
|
GOOS: darwin
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
commands:
|
commands:
|
||||||
@ -70,7 +70,7 @@ steps:
|
|||||||
- name: build for windows
|
- name: build for windows
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 0
|
||||||
GOOS: windows
|
GOOS: windows
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
FILEEXT: .exe
|
FILEEXT: .exe
|
||||||
|
Loading…
Reference in New Issue
Block a user