mirror of
https://github.com/Luzifer/gziphttp.git
synced 2024-12-20 19:21:17 +00:00
Add more archs for build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
50380bf793
commit
e287846e68
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,16 @@ commands:
|
|||
- make publish
|
||||
|
||||
environment:
|
||||
ARCHS: >-
|
||||
darwin/amd64
|
||||
linux/amd64
|
||||
linux/arm
|
||||
openbsd/amd64
|
||||
openbsd/arm
|
||||
plan9/amd64
|
||||
plan9/arm
|
||||
solaris/amd64
|
||||
windows/amd64
|
||||
CGO_ENABLED: 0
|
||||
GO111MODULE: on
|
||||
MOD_MODE: readonly
|
||||
|
|
Loading…
Reference in a new issue