diff --git a/.github/workflows/foss_24.10.0-rc1.yml b/.github/workflows/foss_24.10.0-rc1.yml new file mode 100644 index 00000000000000..53e10a5f96e7cd --- /dev/null +++ b/.github/workflows/foss_24.10.0-rc1.yml @@ -0,0 +1,23 @@ +name: build foss 24.10.0-rc1 +on: + workflow_dispatch: + workflow_call: + +jobs: + call-image-builder-foss-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": "foss", + "BUILD_VER": "24.10.0-rc1", + "BUILD_TAG": "4171498", + "BUILD_SYNC": "y", + "BUILD_KMOD": "y"}'