Merge pull request #1168 from bryteise/hypervisor-cmd-defaults

Makefile: Provide default hypervisor CMD settings
This commit is contained in:
James O. D. Hunt 2019-01-30 11:36:32 +00:00 committed by GitHub
commit 91c454da09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ ifeq ($(SKIP_GO_VERSION_CHECK),)
include golang.mk
endif
ifneq ($(GOPATH),)
GOARCH=$(shell go env GOARCH)
ifeq ($(ARCH),)
ARCH = $(GOARCH)
@ -37,7 +36,6 @@ ifneq ($(GOPATH),)
# Load architecture-dependent settings
include $(ARCH_FILE)
endif
PROJECT_TYPE = kata
PROJECT_NAME = Kata Containers