mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 10:34:24 +01:00
Support building with `make HYPERVISOR=firecracker`. Notes: - Firecracker is currently only supported on x86_64, hence the architecture check. - The template file `cli/config/configuration-fc.toml.in` is based on `cli/config/configuration.toml.in`. Fixes #1105. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
19 lines
457 B
Plaintext
19 lines
457 B
Plaintext
*.o
|
|
*.patch
|
|
*.swp
|
|
/cli/config/configuration-fc.toml
|
|
/cli/config/configuration-qemu.toml
|
|
/cli/config-generated.go
|
|
/cli/coverage.html
|
|
/containerd-shim-kata-v2
|
|
/data/kata-collect-data.sh
|
|
/kata-netmon
|
|
/kata-runtime
|
|
/virtcontainers/hack/virtc/virtc
|
|
/virtcontainers/hook/mock/hook
|
|
/virtcontainers/profile.cov
|
|
/virtcontainers/shim/mock/cc-shim/cc-shim
|
|
/virtcontainers/shim/mock/kata-shim/kata-shim
|
|
/virtcontainers/shim/mock/shim
|
|
/virtcontainers/utils/supportfiles
|