mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-01 13:07:21 +00:00
new file: .github/workflows/build_v7.yml
new file: .github/workflows/main.yml modified: .github/workflows/mikrotik_patch_7.yml renamed: busybox/busybox_aarch64 -> busybox/busybox_arm64 modified: npk.py modified: patch.py
This commit is contained in:
28
.github/workflows/main.yml
vendored
Normal file
28
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
name: Patch Mikrotik RouterOS
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # At UTC 00:00 on every day
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Build_Stable:
|
||||
uses: ./.github/workflows/build_v7.yml
|
||||
with:
|
||||
channel: stable
|
||||
release: true
|
||||
secrets: inherit
|
||||
|
||||
Build_LongTerm:
|
||||
uses: ./.github/workflows/build_v7.yml
|
||||
with:
|
||||
channel: long-term
|
||||
release: true
|
||||
secrets: inherit
|
||||
|
||||
Build_Testing:
|
||||
uses: ./.github/workflows/build_v7.yml
|
||||
with:
|
||||
channel: testing
|
||||
release: true
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user