disable brotli support without CGO
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:
@@ -17,7 +17,7 @@ steps:
|
||||
- name: test
|
||||
image: golang:latest
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
CGO_ENABLED: 1
|
||||
GOOS: linux
|
||||
GOARCH: amd64
|
||||
commands:
|
||||
@@ -29,7 +29,7 @@ steps:
|
||||
- name: build for linux
|
||||
image: golang:latest
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
CGO_ENABLED: 1
|
||||
GOOS: linux
|
||||
GOARCH: amd64
|
||||
commands:
|
||||
@@ -48,7 +48,7 @@ steps:
|
||||
- name: build for freebsd
|
||||
image: golang:latest
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
CGO_ENABLED: 1
|
||||
GOOS: freebsd
|
||||
GOARCH: amd64
|
||||
commands:
|
||||
@@ -59,7 +59,7 @@ steps:
|
||||
- name: build for macos
|
||||
image: golang:latest
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
CGO_ENABLED: 1
|
||||
GOOS: darwin
|
||||
GOARCH: amd64
|
||||
commands:
|
||||
@@ -70,7 +70,7 @@ steps:
|
||||
- name: build for windows
|
||||
image: golang:latest
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
CGO_ENABLED: 1
|
||||
GOOS: windows
|
||||
GOARCH: amd64
|
||||
FILEEXT: .exe
|
||||
|
||||
Reference in New Issue
Block a user