Force GOOS to linux
This commit is contained in:
parent
ee1f36d8df
commit
7bf996fdd2
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -52,11 +52,14 @@ QEMUVERSION = v4.0.0
|
||||||
|
|
||||||
BUSTED_ARGS =-v --pattern=_test
|
BUSTED_ARGS =-v --pattern=_test
|
||||||
|
|
||||||
|
GOOS = linux
|
||||||
|
|
||||||
export ARCH
|
export ARCH
|
||||||
export DUMB_ARCH
|
export DUMB_ARCH
|
||||||
export TAG
|
export TAG
|
||||||
export PKG
|
export PKG
|
||||||
export GOARCH
|
export GOARCH
|
||||||
|
export GOOS
|
||||||
export GIT_COMMIT
|
export GIT_COMMIT
|
||||||
export GOBUILD_FLAGS
|
export GOBUILD_FLAGS
|
||||||
export REPO_INFO
|
export REPO_INFO
|
||||||
|
|
Loading…
Reference in a new issue