mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-05 17:00:14 +00:00
ci/cd: add riscv64 binary (#185)
This commit is contained in:
parent
639d0b1733
commit
12718b992e
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,7 @@ builds:
|
|||
- arm64
|
||||
- s390x
|
||||
- ppc64le
|
||||
- riscv64
|
||||
goarm:
|
||||
- "5"
|
||||
- "6"
|
||||
|
@ -42,14 +43,20 @@ builds:
|
|||
goarch: arm
|
||||
- goos: darwin
|
||||
goarch: ppc64le
|
||||
- goos: darwin
|
||||
goarch: riscv64
|
||||
- goos: darwin
|
||||
goarch: s390x
|
||||
- goos: windows
|
||||
goarch: ppc64le
|
||||
- goos: windows
|
||||
goarch: riscv64
|
||||
- goos: windows
|
||||
goarch: s390x
|
||||
- goos: freebsd
|
||||
goarch: ppc64le
|
||||
- goos: freebsd
|
||||
goarch: riscv64
|
||||
- goos: freebsd
|
||||
goarch: s390x
|
||||
- goos: freebsd
|
||||
|
|
Loading…
Reference in a new issue