|
|
@ -17,7 +17,7 @@ permissions: |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
Patch_RouterOS_7: |
|
|
Patch_RouterOS_7: |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: ubuntu-22.04 |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
channel: [stable, testing] |
|
|
channel: [stable, testing] |
|
|
@ -175,7 +175,7 @@ jobs: |
|
|
- name: Create install-image-${{ env.LATEST_VERSION }}.img |
|
|
- name: Create install-image-${{ env.LATEST_VERSION }}.img |
|
|
run: | |
|
|
run: | |
|
|
sudo modprobe nbd |
|
|
sudo modprobe nbd |
|
|
sudo apt install -y qemu-utils extlinux > /dev/null |
|
|
|
|
|
|
|
|
sudo apt-get install -y qemu-utils extlinux > /dev/null |
|
|
# Loading system |
|
|
# Loading system |
|
|
# Copyright (C) 1994-2015 H. Peter Anvin et al |
|
|
# Copyright (C) 1994-2015 H. Peter Anvin et al |
|
|
# 20210811 |
|
|
# 20210811 |
|
|
|