From 7bf996fdd26ae4ee72277918e43069e35b0bafb5 Mon Sep 17 00:00:00 2001 From: Maxime Ginters Date: Fri, 24 May 2019 10:33:16 -0400 Subject: [PATCH] Force GOOS to linux --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index fc409fd7e5..839d8ad086 100644 --- a/Makefile +++ b/Makefile @@ -52,11 +52,14 @@ QEMUVERSION = v4.0.0 BUSTED_ARGS =-v --pattern=_test +GOOS = linux + export ARCH export DUMB_ARCH export TAG export PKG export GOARCH +export GOOS export GIT_COMMIT export GOBUILD_FLAGS export REPO_INFO