Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mgqnfoqv7k2w
AutoBuildImmortalWrt
Commits
c95f1c2b
Unverified
Commit
c95f1c2b
authored
Jul 02, 2025
by
wukongdaily
Committed by
GitHub
Jul 02, 2025
Browse files
默认为openclash补全meta内核
parent
d144a7e1
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
132 additions
and
0 deletions
+132
-0
.github/workflows/build-QEMU-arm64-24.10.1.yml
.github/workflows/build-QEMU-arm64-24.10.1.yml
+12
-0
.github/workflows/build-RaspBerryPi-23.05.4.yml
.github/workflows/build-RaspBerryPi-23.05.4.yml
+12
-0
.github/workflows/build-RaspBerryPi-24.10.1.yml
.github/workflows/build-RaspBerryPi-24.10.1.yml
+12
-0
.github/workflows/build-glinet-23.05.4.yml
.github/workflows/build-glinet-23.05.4.yml
+12
-0
.github/workflows/build-glinet-24.10.1.yml
.github/workflows/build-glinet-24.10.1.yml
+12
-0
.github/workflows/build-rockchip-immortalWrt-23.05.4.yml
.github/workflows/build-rockchip-immortalWrt-23.05.4.yml
+12
-0
.github/workflows/build-rockchip-immortalWrt-24.10.1.yml
.github/workflows/build-rockchip-immortalWrt-24.10.1.yml
+12
-0
.github/workflows/build-sunxi-cortexa53-23.05.4.yml
.github/workflows/build-sunxi-cortexa53-23.05.4.yml
+12
-0
.github/workflows/build-sunxi-cortexa53-24.10.1.yml
.github/workflows/build-sunxi-cortexa53-24.10.1.yml
+12
-0
.github/workflows/build-x86-64-23.05.4.yml
.github/workflows/build-x86-64-23.05.4.yml
+12
-0
.github/workflows/build-x86-64-24.10.1.yml
.github/workflows/build-x86-64-24.10.1.yml
+12
-0
No files found.
.github/workflows/build-QEMU-arm64-24.10.1.yml
View file @
c95f1c2b
...
...
@@ -53,6 +53,18 @@ jobs:
exit 1
fi
fi
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Building armsr-armv8 QEMU ImmortalWrt
run
:
|
...
...
.github/workflows/build-RaspBerryPi-23.05.4.yml
View file @
c95f1c2b
...
...
@@ -40,6 +40,18 @@ jobs:
-
name
:
Set executable permissions
run
:
|
chmod +x ${{ github.workspace }}/raspberrypi/23.05.4/build.sh
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Build raspberrypi ImmortalWrt 23.05.4
run
:
|
...
...
.github/workflows/build-RaspBerryPi-24.10.1.yml
View file @
c95f1c2b
...
...
@@ -40,6 +40,18 @@ jobs:
-
name
:
Set executable permissions
run
:
|
chmod +x ${{ github.workspace }}/raspberrypi/24.10/build.sh
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Build raspberrypi ImmortalWrt 24.10.1
run
:
|
...
...
.github/workflows/build-glinet-23.05.4.yml
View file @
c95f1c2b
...
...
@@ -59,6 +59,18 @@ jobs:
fi
fi
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Build Gl-iNet ImmortalWrt 23.05.4
run
:
|
...
...
.github/workflows/build-glinet-24.10.1.yml
View file @
c95f1c2b
...
...
@@ -58,6 +58,18 @@ jobs:
fi
fi
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Build Gl-iNet ImmortalWrt 24.10.1
run
:
|
...
...
.github/workflows/build-rockchip-immortalWrt-23.05.4.yml
View file @
c95f1c2b
...
...
@@ -71,6 +71,18 @@ jobs:
exit 1
fi
fi
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Building Rockchip ImmortalWrt
run
:
|
...
...
.github/workflows/build-rockchip-immortalWrt-24.10.1.yml
View file @
c95f1c2b
...
...
@@ -91,6 +91,18 @@ jobs:
exit 1
fi
fi
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Building Rockchip ImmortalWrt
run
:
|
...
...
.github/workflows/build-sunxi-cortexa53-23.05.4.yml
View file @
c95f1c2b
...
...
@@ -43,6 +43,18 @@ jobs:
-
name
:
Set executable permissions
run
:
|
chmod +x ${{ github.workspace }}/sunxi-cortexa53/build.sh
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Build sunxi-cortexa53 ImmpotalWrt 23.05.4
run
:
|
...
...
.github/workflows/build-sunxi-cortexa53-24.10.1.yml
View file @
c95f1c2b
...
...
@@ -45,6 +45,18 @@ jobs:
-
name
:
Set executable permissions
run
:
|
chmod +x ${{ github.workspace }}/sunxi-cortexa53/build.sh
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="arm64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Build sunxi-cortexa53 ImmpotalWrt 24.10.1
run
:
|
...
...
.github/workflows/build-x86-64-23.05.4.yml
View file @
c95f1c2b
...
...
@@ -50,6 +50,18 @@ jobs:
exit 1
fi
fi
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="amd64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Build ImmortalWrt-x86-64-efi
run
:
|
...
...
.github/workflows/build-x86-64-24.10.1.yml
View file @
c95f1c2b
...
...
@@ -51,6 +51,18 @@ jobs:
exit 1
fi
fi
-
name
:
Download Clash Meta, GeoIP, and GeoSite
run
:
|
PLATFORM="amd64"
mkdir -p files/etc/openclash/core
# Download clash_meta
META_URL="https://raw.githubusercontent.com/vernesong/OpenClash/core/master/meta/clash-linux-${PLATFORM}.tar.gz"
wget -qO- $META_URL | tar xOvz > files/etc/openclash/core/clash_meta
chmod +x files/etc/openclash/core/clash_meta
# Download GeoIP and GeoSite
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
-
name
:
Build ImmortalWrt-x86-64-efi
run
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment