mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 06:06:12 +00:00
Merge c79a476061
into 9379a18c8a
This commit is contained in:
commit
518ade6884
@ -6,6 +6,10 @@
|
||||
#
|
||||
include golang.mk
|
||||
|
||||
golang_version_raw=$(shell go version 2>/dev/null)
|
||||
HOST_ARCH=$(shell uname -m)
|
||||
GOARCH=$(shell go env GOARCH)
|
||||
|
||||
#Get ARCH.
|
||||
ifeq ($(ARCH),)
|
||||
ifneq (,$(golang_version_raw))
|
||||
|
Loading…
Reference in New Issue
Block a user