mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 19:21:53 +00:00
snapcraft.yaml: Use the correct powerpc kernel config name
Kernel building fails as part of "make snap" as the kernel config file is renamed from ppc64le_kata_kvm_4.14.x to powerpc_kata_kvm_4.14.x Fixes: #127 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
This commit is contained in:
parent
7705d68f7d
commit
d009421e17
@ -138,7 +138,7 @@ parts:
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
"ppc64le")
|
"ppc64le")
|
||||||
config=ppc64le_kata_kvm_4.14.x
|
config=powerpc_kata_kvm_4.14.x
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"aarch64")
|
"aarch64")
|
||||||
|
Loading…
Reference in New Issue
Block a user