Skip to content

Commit 422d564

Browse files
Alexandra IordacheSamuel Ortiz
Alexandra Iordache
authored and
Samuel Ortiz
committed
buildkite: update hook for new bzimage location
Signed-off-by: Alexandra Iordache <[email protected]>
1 parent c1c2edc commit 422d564

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.buildkite/hooks/post-checkout

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ mkdir -p ${EXTRACT_PATH}
1313
wget $DEB_URL -P ${REPO_PATH}
1414
dpkg-deb -x ${DEB_PATH} ${EXTRACT_PATH}
1515

16-
17-
mv ${BZIMAGE_PATH} ${REPO_PATH}/src/loader/bzimage
16+
mv ${BZIMAGE_PATH} ${REPO_PATH}/src/loader/x86_64/bzimage/bzimage
1817
rm -r ${EXTRACT_PATH}
1918
rm -f ${DEB_PATH}
20-

0 commit comments

Comments
 (0)