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