From ca63321b068abb754145676421358273762029d0 Mon Sep 17 00:00:00 2001 From: arix00 <15333224+arix00@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:34:21 -0800 Subject: [PATCH] Create nss_24.10.0-rc2.yml for nss 24.10.0-rc2 build Signed-off-by: arix00 <15333224+arix00@users.noreply.github.com> --- .github/workflows/nss_24.10.0-rc2.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/nss_24.10.0-rc2.yml 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"}'