From b9f98c32124f75793d3bf10e46c8810107f56f74 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 8 Jun 2018 12:27:34 +0200 Subject: [PATCH] Limit building to linux Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index 933ee39..bf5b9c5 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -7,4 +7,5 @@ commands: - make publish environment: + ARCHS: linux/amd64 linux/arm CGO_ENABLED: 0