mirror of
https://github.com/Dichgrem/Dwrt-build.git
synced 2025-12-16 13:41:59 -05:00
feat:change_wrt
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -9,11 +9,10 @@ on:
|
|||||||
default: "immortalwrt"
|
default: "immortalwrt"
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
|
- lede
|
||||||
- openwrt
|
- openwrt
|
||||||
- immortalwrt
|
- immortalwrt
|
||||||
- x-wrt
|
- immortalwrt-mt798x
|
||||||
- lienol
|
|
||||||
- lede
|
|
||||||
version_type:
|
version_type:
|
||||||
description: "版本类型"
|
description: "版本类型"
|
||||||
required: true
|
required: true
|
||||||
@@ -96,15 +95,12 @@ jobs:
|
|||||||
immortalwrt)
|
immortalwrt)
|
||||||
echo "url=https://github.com/immortalwrt/immortalwrt.git" >> $GITHUB_OUTPUT
|
echo "url=https://github.com/immortalwrt/immortalwrt.git" >> $GITHUB_OUTPUT
|
||||||
;;
|
;;
|
||||||
x-wrt)
|
immortalwrt-mt798x)
|
||||||
echo "url=https://github.com/x-wrt/x-wrt.git" >> $GITHUB_OUTPUT
|
echo "url=https://github.com/hanwckf/immortalwrt-mt798x.git" >> $GITHUB_OUTPUT
|
||||||
;;
|
;;
|
||||||
openwrt)
|
openwrt)
|
||||||
echo "url=https://git.openwrt.org/openwrt/openwrt.git" >> $GITHUB_OUTPUT
|
echo "url=https://git.openwrt.org/openwrt/openwrt.git" >> $GITHUB_OUTPUT
|
||||||
;;
|
;;
|
||||||
lienol)
|
|
||||||
echo "url=https://github.com/Lienol/openwrt.git" >> $GITHUB_OUTPUT
|
|
||||||
;;
|
|
||||||
lede)
|
lede)
|
||||||
echo "url=https://github.com/coolsnowwolf/lede.git" >> $GITHUB_OUTPUT
|
echo "url=https://github.com/coolsnowwolf/lede.git" >> $GITHUB_OUTPUT
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ This is a Openwrt build workflows.
|
|||||||
|
|
||||||
| 名称 | URL | SHORT |
|
| 名称 | URL | SHORT |
|
||||||
|--------------|------------------------------------------------------------|--------------------------|
|
|--------------|------------------------------------------------------------|--------------------------|
|
||||||
| x-wrt | https://github.com/x-wrt/x-wrt.git | x-wrt/x-wrt |
|
|
||||||
| openwrt | https://git.openwrt.org/openwrt/openwrt.git | openwrt/openwrt |
|
|
||||||
| lienol | https://github.com/Lienol/openwrt.git | Lienol/openwrt |
|
|
||||||
| lede | https://github.com/coolsnowwolf/lede.git | coolsnowwolf/lede |
|
| lede | https://github.com/coolsnowwolf/lede.git | coolsnowwolf/lede |
|
||||||
|
| openwrt | https://git.openwrt.org/openwrt/openwrt.git | openwrt/openwrt |
|
||||||
| immortalwrt | https://github.com/immortalwrt/immortalwrt.git | immortalwrt/immortalwrt |
|
| immortalwrt | https://github.com/immortalwrt/immortalwrt.git | immortalwrt/immortalwrt |
|
||||||
|
| immortalwrt-mt798x | https://github.com/hanwckf/immortalwrt-mt798x.git | hanwckf/immortalwrt-mt798x |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user