Update self_hosted_patch.yml

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-06-18 14:10:48 +08:00 committed by GitHub
parent 80bda12745
commit 23dd4c7f43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}" \