Skip to content

Commit

Permalink
Create nss_24.10.0-rc2.yml
Browse files Browse the repository at this point in the history
for nss 24.10.0-rc2 build

Signed-off-by: arix00 <[email protected]>
  • Loading branch information
arix00 authored Dec 4, 2024
1 parent fab0b73 commit ca63321
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/nss_24.10.0-rc2.yml
Original file line number Diff line number Diff line change
@@ -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"}'

0 comments on commit ca63321

Please sign in to comment.