From aa355429b4b106f01abdaccda42b33e8de1be056 Mon Sep 17 00:00:00 2001 From: jeessy2 <6205259+jeessy2@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:25:25 +0800 Subject: [PATCH] feat: support mips arch (#127) --- .goreleaser.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2f9b5e1..f9bc09f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,6 +18,13 @@ builds: - amd64 - arm - arm64 + - mips + - mipsle + - mips64 + - mips64le + gomips: + - hardfloat + - softfloat archives: - replacements: darwin: Darwin