mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2026-03-10 09:37:10 +01:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
80eeeb289d
commit
7b8a33268b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/mikrotik_patch.yml
vendored
3
.github/workflows/mikrotik_patch.yml
vendored
|
|
@ -159,7 +159,8 @@ jobs:
|
|||
|
||||
- name: Patch chr-${{ env.LATEST_VERSION }}.img
|
||||
run: |
|
||||
sudo apt -y install qemu-utils 2> /dev/null
|
||||
sudo modprobe nbd
|
||||
sudo apt -y install qemu-utils debugfs 2> /dev/null
|
||||
sudo qemu-img convert -f raw -O qcow2 chr-$LATEST_VERSION.img chr-$LATEST_VERSION.qcow2
|
||||
sudo rm chr-$LATEST_VERSION.img.zip
|
||||
sudo rm chr-$LATEST_VERSION.img
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue