diff --git a/.github/workflows/nss_24.10.0-rc2.yml b/.github/workflows/nss_24.10.0-rc2.yml new file mode 100644 index 00000000000000..a422296f6e87c2 --- /dev/null +++ b/.github/workflows/nss_24.10.0-rc2.yml @@ -0,0 +1,22 @@ +name: build nss 24.10.0-rc2 +on: + workflow_dispatch: + +jobs: + call-image-builder-nss-24_10: + 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": "openwrt-24.10", + "BUILD_REPO": "https://github.com/${{github.repository}}.git", + "BUILD_BRANCH": "build", + "BUILD_INIT": "init_build.sh", + "BUILD_TYPE": "nss", + "BUILD_VER": "24.10.0-rc2", + "BUILD_TAG": "66e76aa", + "BUILD_SYNC": "y", + "BUILD_KMOD": "y"}'