mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-08 15:03:29 +00:00
modified: .github/workflows/main.yml
modified: .github/workflows/patch_v6.yml modified: .github/workflows/patch_v7.yml
This commit is contained in:
17
.github/workflows/patch_v6.yml
vendored
17
.github/workflows/patch_v6.yml
vendored
@@ -2,17 +2,20 @@ name: Patch RouterOS v6
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
version:
|
||||
required: true
|
||||
type: string
|
||||
channels:
|
||||
required: true
|
||||
type: string
|
||||
version:
|
||||
required: false
|
||||
archs:
|
||||
required: true
|
||||
type: string
|
||||
buildtime:
|
||||
required: false
|
||||
required: true
|
||||
type: string
|
||||
release:
|
||||
required: false
|
||||
required: true
|
||||
type: boolean
|
||||
|
||||
env:
|
||||
@@ -38,10 +41,14 @@ env:
|
||||
jobs:
|
||||
Patch_RouterOS:
|
||||
runs-on: ubuntu-24.04
|
||||
strategy:
|
||||
matrix:
|
||||
arch: ${{ fromJson( inputs.archs ) }}
|
||||
fail-fast: false
|
||||
env:
|
||||
TZ: 'Asia/Shanghai'
|
||||
CHANNELS: ${{ inputs.channels }}
|
||||
ARCH: "x86"
|
||||
ARCH: ${{ matrix.arch }}
|
||||
VERSION: ${{ inputs.version }}
|
||||
BUILD_TIME: ${{ inputs.buildtime }}
|
||||
RELEASE: ${{ inputs.release }}
|
||||
|
||||
Reference in New Issue
Block a user