Skip to content

build nss snapshot with kmod #7

build nss snapshot with kmod

build nss snapshot with kmod #7

Workflow file for this run

name: build nss snapshot with kmod
on:
workflow_dispatch:
workflow_call:
jobs:
call-image-builder-nss-snapshot:
permissions:
contents: write
uses:
arix00/openwrt-mx4300/.github/workflows/_image_builder.yml@build
with:
build_settings:
'{"SOURCE_REPO": "https://github.com/openwrt/openwrt.git",
"SOURCE_BRANCH": "main",
"BUILD_REPO": "https://github.com/${{github.repository}}.git",
"BUILD_BRANCH": "build",
"BUILD_INIT": "init_build.sh",
"BUILD_TYPE": "nss",
"BUILD_VER": "snapshot",
"BUILD_TAG": "",
"BUILD_KMOD": "y"}'