feat:mt798x-6.6

This commit is contained in:
dichgrem
2025-10-14 22:20:05 +08:00
parent 816642fba6
commit d842d24605
2 changed files with 5 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ on:
- openwrt
- immortalwrt
- immortalwrt-mt798x
- immortalwrt-mt798x-6.6
version_type:
description: "版本类型"
required: true
@@ -98,6 +99,9 @@ jobs:
immortalwrt-mt798x)
echo "url=https://github.com/hanwckf/immortalwrt-mt798x.git" >> $GITHUB_OUTPUT
;;
immortalwrt-mt798x-6.6)
echo "url=https://github.com/padavanonly/immortalwrt-mt798x-6.6.git" >> $GITHUB_OUTPUT
;;
openwrt)
echo "url=https://git.openwrt.org/openwrt/openwrt.git" >> $GITHUB_OUTPUT
;;

View File

@@ -10,4 +10,5 @@ This is a Openwrt build workflows.
| openwrt | https://git.openwrt.org/openwrt/openwrt.git | openwrt/openwrt |
| immortalwrt | https://github.com/immortalwrt/immortalwrt.git | immortalwrt/immortalwrt |
| immortalwrt-mt798x | https://github.com/hanwckf/immortalwrt-mt798x.git | hanwckf/immortalwrt-mt798x |
| immortalwrt-mt798x-6.6 | https://github.com/padavanonly/immortalwrt-mt798x-6.6.git | padavanonly/immortalwrt-mt798x-6.6 |