Browse Source
ci: Add linux-armv5 builds (#3356)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
master
Dave Henderson
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
.goreleaser.yml
|
@ -29,6 +29,7 @@ builds: |
|
|
- s390x |
|
|
- s390x |
|
|
- ppc64le |
|
|
- ppc64le |
|
|
goarm: |
|
|
goarm: |
|
|
|
|
|
- 5 |
|
|
- 6 |
|
|
- 6 |
|
|
- 7 |
|
|
- 7 |
|
|
ignore: |
|
|
ignore: |
|
@ -46,6 +47,9 @@ builds: |
|
|
goarch: ppc64le |
|
|
goarch: ppc64le |
|
|
- goos: freebsd |
|
|
- goos: freebsd |
|
|
goarch: s390x |
|
|
goarch: s390x |
|
|
|
|
|
- goos: freebsd |
|
|
|
|
|
goarch: arm |
|
|
|
|
|
goarm: 5 |
|
|
flags: |
|
|
flags: |
|
|
- -trimpath |
|
|
- -trimpath |
|
|
ldflags: |
|
|
ldflags: |
|
|