Browse Source
Update self_hosted_patch.yml
Signed-off-by: elseif <elseif@live.cn>
pull/118/head
elseif
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/self_hosted_patch.yml
|
|
@ -198,7 +198,7 @@ jobs: |
|
|
sudo mount -o loop ./new_iso/efiboot.img ./efiboot |
|
|
sudo mount -o loop ./new_iso/efiboot.img ./efiboot |
|
|
if [ "${{ matrix.arch }}" == "x86" ]; then |
|
|
if [ "${{ matrix.arch }}" == "x86" ]; then |
|
|
sudo -E python3 patch.py kernel ./efiboot/linux.x86_64 |
|
|
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 umount ./efiboot |
|
|
sudo mkisofs -o mikrotik-$LATEST_VERSION$ARCH.iso \ |
|
|
sudo mkisofs -o mikrotik-$LATEST_VERSION$ARCH.iso \ |
|
|
-V "MikroTik $LATEST_VERSION ${{ matrix.arch }}" \ |
|
|
-V "MikroTik $LATEST_VERSION ${{ matrix.arch }}" \ |
|
|
|