From 281339337d007dc884c49e4f877e2f53e09dffd7 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 11 Mar 2018 14:05:57 +0000 Subject: [PATCH] chore: add more architectures and arm versions (#379) closes #357 --- .goreleaser.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index cf5833f7..6a0bb9e8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -15,6 +15,14 @@ build: - 386 - arm - arm64 + - mips + - mips64 + - mipsle + - mips64le + goarm: + - 5 + - 6 + - 7 ignore: - goos: openbsd goarch: arm