diff --git a/build/RELEASE.md b/build/RELEASE.md index 9df2759..689de60 100644 --- a/build/RELEASE.md +++ b/build/RELEASE.md @@ -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 \ No newline at end of file diff --git a/build/ci/.drone.yml b/build/ci/.drone.yml index aec9979..caca4c2 100644 --- a/build/ci/.drone.yml +++ b/build/ci/.drone.yml @@ -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