Update self_hosted_patch.yml

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-06-19 10:26:00 +08:00 committed by GitHub
parent 2ce0f85f8a
commit 8a2b8f629c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -207,7 +207,8 @@ 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
sudo cp ./efiboot/linux.x86_64 ./BOOTX64.EFI
sudo cp ./BOOTX64.EFI ./new_iso/isolinux/linux
sudo umount ./efiboot
sudo mkisofs -o mikrotik-$LATEST_VERSION$ARCH.iso \
-V "MikroTik $LATEST_VERSION ${{ matrix.arch }}" \