mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-25 09:40:13 +08:00
ci: add s390x and ppc64le builds for linux (#3325)
This commit is contained in:
parent
afecd90a6c
commit
12cfc19487
|
@ -26,12 +26,21 @@ builds:
|
|||
- amd64
|
||||
- arm
|
||||
- arm64
|
||||
- s390x
|
||||
- ppc64le
|
||||
goarm:
|
||||
- 6
|
||||
- 7
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
- goarch:
|
||||
- ppc64le
|
||||
- s390x
|
||||
goos:
|
||||
- darwin
|
||||
- windows
|
||||
- freebsd
|
||||
flags:
|
||||
- -trimpath
|
||||
ldflags:
|
||||
|
|
Loading…
Reference in New Issue
Block a user