From 39f8bc42ffbfa9f77b501383562c4bf93476f1a9 Mon Sep 17 00:00:00 2001 From: arix00 <15333224+arix00@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:17:54 -0800 Subject: [PATCH] update --- .github/workflows/foss_24.10.0-rc1.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/foss_24.10.0-rc1.yml 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"}'