mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 14:28:35 +00:00
qemu: Build experimental qemu.
Split qemu script to build qemu experimental using same dockerfile. Fixes: #1421 Depends-on: github.com/kata-containers/tests#3255 Signed-off-by: Carlos Venegas <jos.c.venegas.munoz@intel.com>
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
# Copyright (c) 2020 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
MK_DIR :=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
CONFIG_DIR := $(MK_DIR)/../../scripts/
|
||||
|
||||
build:
|
||||
"$(MK_DIR)/build-static-qemu.sh"
|
||||
|
||||
build-experimental:
|
||||
"$(MK_DIR)/build-static-qemu-experimental.sh"
|
||||
|
||||
clean:
|
||||
rm -f kata-qemu-static.tar.gz
|
||||
|
Reference in New Issue
Block a user