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
bda1187e
Unverified
Commit
bda1187e
authored
Jul 02, 2025
by
wukongdaily
Committed by
GitHub
Jul 02, 2025
Browse files
更新到24.10.2
parent
c95f1c2b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
21 deletions
+21
-21
.github/workflows/build-QEMU-arm64-24.10.1.yml
.github/workflows/build-QEMU-arm64-24.10.1.yml
+3
-3
.github/workflows/build-RaspBerryPi-24.10.2.yml
.github/workflows/build-RaspBerryPi-24.10.2.yml
+7
-7
.github/workflows/build-glinet-24.10.2.yml
.github/workflows/build-glinet-24.10.2.yml
+4
-4
.github/workflows/build-rockchip-immortalWrt-24.10.2.yml
.github/workflows/build-rockchip-immortalWrt-24.10.2.yml
+2
-2
.github/workflows/build-sunxi-cortexa53-24.10.2.yml
.github/workflows/build-sunxi-cortexa53-24.10.2.yml
+3
-3
.github/workflows/build-x86-64-24.10.2.yml
.github/workflows/build-x86-64-24.10.2.yml
+2
-2
No files found.
.github/workflows/build-QEMU-arm64-24.10.1.yml
View file @
bda1187e
name
:
build-QEMU-armsr-armv8-24.10.
1
name
:
build-QEMU-armsr-armv8-24.10.
2
# 你可以理解为这是一种ARM64平台下通用型OpenWrt ,产出格式为qcow2,适合所有ARM64平台的虚拟机
# 比如斐讯N1刷了armbian系统,armbian系统里安装了PVE虚拟机 可用
# 比如新款Apple Silicon芯片的苹果电脑里的虚拟机UTM 可用
...
...
@@ -87,7 +87,7 @@ jobs:
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:armsr-armv8-openwrt-24.10.
1
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:armsr-armv8-openwrt-24.10.
2
/bin/bash /home/build/immortalwrt/build.sh
done
-
name
:
Generate Firmware SHA-256
run
:
|
...
...
@@ -97,7 +97,7 @@ jobs:
uses
:
softprops/action-gh-release@v2.2.1
with
:
tag_name
:
QEMU
name
:
ImmortWrt-QEMU-armsr-armv8-24.10.
1
name
:
ImmortWrt-QEMU-armsr-armv8-24.10.
2
body_path
:
${{ github.workspace }}/armsr-armv8/info.md
files
:
|
${{ github.workspace }}/*.qcow2
...
...
.github/workflows/build-RaspBerryPi-24.10.
1
.yml
→
.github/workflows/build-RaspBerryPi-24.10.
2
.yml
View file @
bda1187e
name
:
build-RaspBerryPi-24.10.
1
name
:
build-RaspBerryPi-24.10.
2
on
:
workflow_dispatch
:
...
...
@@ -53,23 +53,23 @@ jobs:
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
-
name
:
Build raspberrypi ImmortalWrt 24.10.
2
run
:
|
profiles="${{ github.event.inputs.profile }}"
if [ "$profiles" = "rpi" ]; then
tag=bcm27xx-bcm2708-openwrt-24.10.
1
tag=bcm27xx-bcm2708-openwrt-24.10.
2
echo "cpu=bcm2708" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-2" ]; then
tag=bcm27xx-bcm2709-openwrt-24.10.
1
tag=bcm27xx-bcm2709-openwrt-24.10.
2
echo "cpu=bcm2709" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-3" ]; then
tag=bcm27xx-bcm2710-openwrt-24.10.
1
tag=bcm27xx-bcm2710-openwrt-24.10.
2
echo "cpu=bcm2710" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-4" ]; then
tag=bcm27xx-bcm2711-openwrt-24.10.
1
tag=bcm27xx-bcm2711-openwrt-24.10.
2
echo "cpu=bcm2711" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-5" ]; then
tag=bcm27xx-bcm2712-openwrt-24.10.
1
tag=bcm27xx-bcm2712-openwrt-24.10.
2
echo "cpu=bcm2712" >> $GITHUB_ENV
fi
include_docker="${{ github.event.inputs.include_docker }}"
...
...
.github/workflows/build-glinet-24.10.
1
.yml
→
.github/workflows/build-glinet-24.10.
2
.yml
View file @
bda1187e
name
:
build-gl-inet-24.10.
1
name
:
build-gl-inet-24.10.
2
on
:
workflow_dispatch
:
inputs
:
...
...
@@ -71,16 +71,16 @@ jobs:
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
-
name
:
Build Gl-iNet ImmortalWrt 24.10.
2
run
:
|
profiles="${{ github.event.inputs.profile }}"
include_docker="${{ github.event.inputs.include_docker }}"
if [ "$profiles" = "glinet_gl-b2200" ]; then
tag=ipq40xx-generic-openwrt-24.10.
1
tag=ipq40xx-generic-openwrt-24.10.
2
echo "platform=ipq40xx/generic" >> $GITHUB_ENV
else
tag=mediatek-filogic-openwrt-24.10.
1
tag=mediatek-filogic-openwrt-24.10.
2
echo "platform=mediatek/filogic" >> $GITHUB_ENV
fi
...
...
.github/workflows/build-rockchip-immortalWrt-24.10.
1
.yml
→
.github/workflows/build-rockchip-immortalWrt-24.10.
2
.yml
View file @
bda1187e
name
:
build-rockchip-immortalWrt-24.10.
1
name
:
build-rockchip-immortalWrt-24.10.
2
on
:
workflow_dispatch
:
...
...
@@ -125,7 +125,7 @@ jobs:
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.
1
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.
2
/bin/bash /home/build/immortalwrt/build.sh
done
-
name
:
Generate Firmware SHA-256
run
:
|
...
...
.github/workflows/build-sunxi-cortexa53-24.10.
1
.yml
→
.github/workflows/build-sunxi-cortexa53-24.10.
2
.yml
View file @
bda1187e
name
:
build-sunxi-cortexa53-24.10.
1
name
:
build-sunxi-cortexa53-24.10.
2
on
:
workflow_dispatch
:
...
...
@@ -58,7 +58,7 @@ jobs:
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
-
name
:
Build sunxi-cortexa53 ImmpotalWrt 24.10.
2
run
:
|
profiles="${{ github.event.inputs.profile }}"
include_docker="${{ github.event.inputs.include_docker }}"
...
...
@@ -77,7 +77,7 @@ jobs:
-e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \
-e ROOTSIZE=$size \
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.
1
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.
2
/bin/bash /home/build/immortalwrt/build.sh
done
-
name
:
Generate Firmware SHA-256
...
...
.github/workflows/build-x86-64-24.10.
1
.yml
→
.github/workflows/build-x86-64-24.10.
2
.yml
View file @
bda1187e
name
:
build-x86-64-immortalwrt-24.10.
1
name
:
build-x86-64-immortalwrt-24.10.
2
on
:
workflow_dispatch
:
...
...
@@ -84,7 +84,7 @@ jobs:
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:x86-64-openwrt-24.10.
1
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:x86-64-openwrt-24.10.
2
/bin/bash /home/build/immortalwrt/build.sh
done
-
name
:
Generate Firmware SHA-256
...
...
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