mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-02 10:12:33 +00:00
Merge pull request #1168 from bryteise/hypervisor-cmd-defaults
Makefile: Provide default hypervisor CMD settings
This commit is contained in:
commit
91c454da09
2
Makefile
2
Makefile
@ -23,7 +23,6 @@ ifeq ($(SKIP_GO_VERSION_CHECK),)
|
|||||||
include golang.mk
|
include golang.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(GOPATH),)
|
|
||||||
GOARCH=$(shell go env GOARCH)
|
GOARCH=$(shell go env GOARCH)
|
||||||
ifeq ($(ARCH),)
|
ifeq ($(ARCH),)
|
||||||
ARCH = $(GOARCH)
|
ARCH = $(GOARCH)
|
||||||
@ -37,7 +36,6 @@ ifneq ($(GOPATH),)
|
|||||||
|
|
||||||
# Load architecture-dependent settings
|
# Load architecture-dependent settings
|
||||||
include $(ARCH_FILE)
|
include $(ARCH_FILE)
|
||||||
endif
|
|
||||||
|
|
||||||
PROJECT_TYPE = kata
|
PROJECT_TYPE = kata
|
||||||
PROJECT_NAME = Kata Containers
|
PROJECT_NAME = Kata Containers
|
||||||
|
Loading…
Reference in New Issue
Block a user