mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
Update mikrotik_patch_7.yml
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
bbc6b854cd
commit
567819bec4
1 changed files with 7 additions and 0 deletions
7
.github/workflows/mikrotik_patch_7.yml
vendored
7
.github/workflows/mikrotik_patch_7.yml
vendored
|
|
@ -168,6 +168,7 @@ jobs:
|
||||||
python3.sfs
|
python3.sfs
|
||||||
option.sfs
|
option.sfs
|
||||||
key: busybox-python3-squashfs-${{ matrix.arch }}
|
key: busybox-python3-squashfs-${{ matrix.arch }}
|
||||||
|
restore-keys: busybox-python3-squashfs-${{ matrix.arch }}
|
||||||
|
|
||||||
- name: Create Squashfs for option and python3
|
- name: Create Squashfs for option and python3
|
||||||
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-squashfs.outputs.cache-hit != 'true'
|
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-squashfs.outputs.cache-hit != 'true'
|
||||||
|
|
@ -221,6 +222,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
mikrotik.iso
|
mikrotik.iso
|
||||||
key: mikrotik-${{ env.LATEST_VERSION }}${{ env.ARCH }}
|
key: mikrotik-${{ env.LATEST_VERSION }}${{ env.ARCH }}
|
||||||
|
restore-keys: mikrotik-${{ env.LATEST_VERSION }}${{ env.ARCH }}
|
||||||
|
|
||||||
- name: Get mikrotik-${{ env.LATEST_VERSION }}${{ env.ARCH }}.iso
|
- name: Get mikrotik-${{ env.LATEST_VERSION }}${{ env.ARCH }}.iso
|
||||||
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-mikrotik.outputs.cache-hit != 'true' && (matrix.arch == 'x86' || matrix.arch == 'arm64')
|
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-mikrotik.outputs.cache-hit != 'true' && (matrix.arch == 'x86' || matrix.arch == 'arm64')
|
||||||
|
|
@ -311,6 +313,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
chr.img
|
chr.img
|
||||||
key: chr-${{ env.LATEST_VERSION }}${{ env.ARCH }}.img
|
key: chr-${{ env.LATEST_VERSION }}${{ env.ARCH }}.img
|
||||||
|
restore-keys: chr-${{ env.LATEST_VERSION }}${{ env.ARCH }}.img
|
||||||
|
|
||||||
- name: Get chr-${{ env.LATEST_VERSION }}${{ env.ARCH }}.img
|
- name: Get chr-${{ env.LATEST_VERSION }}${{ env.ARCH }}.img
|
||||||
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-chr-img.outputs.cache-hit != 'true' && (matrix.arch == 'x86' || matrix.arch == 'arm64')
|
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-chr-img.outputs.cache-hit != 'true' && (matrix.arch == 'x86' || matrix.arch == 'arm64')
|
||||||
|
|
@ -565,6 +568,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: all_packages.zip
|
path: all_packages.zip
|
||||||
key: all_packages${{ env.ARCH }}-${{ env.LATEST_VERSION }}.zip
|
key: all_packages${{ env.ARCH }}-${{ env.LATEST_VERSION }}.zip
|
||||||
|
restore-keys: all_packages${{ env.ARCH }}-${{ env.LATEST_VERSION }}.zip
|
||||||
|
|
||||||
- name: Get all_packages{{ env.ARCH }}-${{ env.LATEST_VERSION }}.zip
|
- name: Get all_packages{{ env.ARCH }}-${{ env.LATEST_VERSION }}.zip
|
||||||
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-all-packages.outputs.cache-hit != 'true' && matrix.arch != 'x86' && matrix.arch != 'arm64'
|
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-all-packages.outputs.cache-hit != 'true' && matrix.arch != 'x86' && matrix.arch != 'arm64'
|
||||||
|
|
@ -578,6 +582,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: routeros.npk
|
path: routeros.npk
|
||||||
key: routeros-${{ env.LATEST_VERSION }}${{ env.ARCH }}.npk
|
key: routeros-${{ env.LATEST_VERSION }}${{ env.ARCH }}.npk
|
||||||
|
restore-keys: routeros-${{ env.LATEST_VERSION }}${{ env.ARCH }}.npk
|
||||||
|
|
||||||
- name: Get Main package routeros-${{ env.LATEST_VERSION }}${{ env.ARCH }}.npk
|
- name: Get Main package routeros-${{ env.LATEST_VERSION }}${{ env.ARCH }}.npk
|
||||||
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-main-package.outputs.cache-hit != 'true' && matrix.arch != 'x86' && matrix.arch != 'arm64'
|
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-main-package.outputs.cache-hit != 'true' && matrix.arch != 'x86' && matrix.arch != 'arm64'
|
||||||
|
|
@ -608,6 +613,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: refind-bin-0.14.2.zip
|
path: refind-bin-0.14.2.zip
|
||||||
key: refind
|
key: refind
|
||||||
|
restore-keys: refind
|
||||||
|
|
||||||
- name: Get refind
|
- name: Get refind
|
||||||
if: steps.get_latest.outputs.has_new_version == 'true' && matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true' && env.RELEASE == 'true'
|
if: steps.get_latest.outputs.has_new_version == 'true' && matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true' && env.RELEASE == 'true'
|
||||||
|
|
@ -661,6 +667,7 @@ jobs:
|
||||||
netinstall.zip
|
netinstall.zip
|
||||||
netinstall.tar.gz
|
netinstall.tar.gz
|
||||||
key: netinstall-${{ env.LATEST_VERSION }}
|
key: netinstall-${{ env.LATEST_VERSION }}
|
||||||
|
restore-keys: netinstall-${{ env.LATEST_VERSION }}
|
||||||
|
|
||||||
- name: Get netinstall ${{ env.LATEST_VERSION }}
|
- name: Get netinstall ${{ env.LATEST_VERSION }}
|
||||||
if: steps.get_latest.outputs.has_new_version == 'true' && matrix.arch == 'x86' && steps.cache-netinstall.outputs.cache-hit != 'true' && env.RELEASE == 'true'
|
if: steps.get_latest.outputs.has_new_version == 'true' && matrix.arch == 'x86' && steps.cache-netinstall.outputs.cache-hit != 'true' && env.RELEASE == 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue