We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c2edc commit 422d564Copy full SHA for 422d564
.buildkite/hooks/post-checkout
@@ -13,8 +13,6 @@ mkdir -p ${EXTRACT_PATH}
13
wget $DEB_URL -P ${REPO_PATH}
14
dpkg-deb -x ${DEB_PATH} ${EXTRACT_PATH}
15
16
-
17
-mv ${BZIMAGE_PATH} ${REPO_PATH}/src/loader/bzimage
+mv ${BZIMAGE_PATH} ${REPO_PATH}/src/loader/x86_64/bzimage/bzimage
18
rm -r ${EXTRACT_PATH}
19
rm -f ${DEB_PATH}
20
0 commit comments