From e287846e685f3dfff1c1355221cfef80d501c7c0 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 3 Sep 2020 15:25:55 +0200 Subject: [PATCH] Add more archs for build Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index 473d628..be982d5 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -7,6 +7,16 @@ commands: - make publish environment: + ARCHS: >- + darwin/amd64 + linux/amd64 + linux/arm + openbsd/amd64 + openbsd/arm + plan9/amd64 + plan9/arm + solaris/amd64 + windows/amd64 CGO_ENABLED: 0 GO111MODULE: on MOD_MODE: readonly