Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 6dca1d9

Browse files
committed
ci: update hyper kernel path
Signed-off-by: Gao feng <omarapazanadi@gmail.com>
1 parent ec6454b commit 6dca1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-cmd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o pipefail
99

1010
export HYPER_RUNTIME=/var/lib/hyper
1111
sudo mkdir -p ${HYPER_RUNTIME}
12-
sudo cp build/kernel ${HYPER_RUNTIME}/kernel
12+
sudo cp build/arch/x86_64/kernel ${HYPER_RUNTIME}/kernel
1313
sudo cp build/hyper-initrd.img ${HYPER_RUNTIME}/hyper-initrd.img
1414

1515
mkdir -p ${GOPATH}/src/github.com/hyperhq

0 commit comments

Comments
 (0)