diff options
author | Dave Henderson <dhenderson@gmail.com> | 2020-05-05 21:13:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 19:13:56 -0600 |
commit | 9e5d9e2530109c72a406979fabe9ac5352171423 (patch) | |
tree | 879536f453320d152a19450b12566f298d650404 | |
parent | 9408dacc272e60759aa90ab4766d95bfde3d5fb1 (diff) |
ci: Add linux-armv5 builds (#3356)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
-rw-r--r-- | .goreleaser.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 9dcfab1..e662799 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -29,6 +29,7 @@ builds: - s390x - ppc64le goarm: + - 5 - 6 - 7 ignore: @@ -46,6 +47,9 @@ builds: goarch: ppc64le - goos: freebsd goarch: s390x + - goos: freebsd + goarch: arm + goarm: 5 flags: - -trimpath ldflags: |