mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2026-01-28 01:07:18 +01:00
Update self_hosted_patch.yml
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
80bda12745
commit
23dd4c7f43
1 changed files with 1 additions and 1 deletions
2
.github/workflows/self_hosted_patch.yml
vendored
2
.github/workflows/self_hosted_patch.yml
vendored
|
|
@ -198,7 +198,7 @@ jobs:
|
|||
sudo mount -o loop ./new_iso/efiboot.img ./efiboot
|
||||
if [ "${{ matrix.arch }}" == "x86" ]; then
|
||||
sudo -E python3 patch.py kernel ./efiboot/linux.x86_64
|
||||
sudo cp ./efiboot/linux.x86_64 ./new_iso/isolinux/linux/BOOTX64.EFI
|
||||
sudo cp ./efiboot/linux.x86_64 ./new_iso/isolinux/linux
|
||||
sudo umount ./efiboot
|
||||
sudo mkisofs -o mikrotik-$LATEST_VERSION$ARCH.iso \
|
||||
-V "MikroTik $LATEST_VERSION ${{ matrix.arch }}" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue