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
9e17b5a3
"examples/accelerate/fsdp2_config.yaml" did not exist on "0d4db43f32cb3c472da832ad8586517f670235e2"
Unverified
Commit
9e17b5a3
authored
Apr 20, 2025
by
wukongdaily
Committed by
GitHub
Apr 20, 2025
Browse files
更新到24.10.1版本
parent
9b5150df
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.1.yml
.github/workflows/build-RaspBerryPi-24.10.1.yml
+7
-7
.github/workflows/build-glinet-24.10.1.yml
.github/workflows/build-glinet-24.10.1.yml
+4
-4
.github/workflows/build-rockchip-immortalWrt-24.10.1.yml
.github/workflows/build-rockchip-immortalWrt-24.10.1.yml
+2
-2
.github/workflows/build-sunxi-cortexa53-24.10.1.yml
.github/workflows/build-sunxi-cortexa53-24.10.1.yml
+3
-3
.github/workflows/build-x86-64-24.10.1.yml
.github/workflows/build-x86-64-24.10.1.yml
+2
-2
No files found.
.github/workflows/build-QEMU-arm64-24.10.
0
.yml
→
.github/workflows/build-QEMU-arm64-24.10.
1
.yml
View file @
9e17b5a3
name
:
build-QEMU-armsr-armv8-24.10.
0
name
:
build-QEMU-armsr-armv8-24.10.
1
# 你可以理解为这是一种ARM64平台下通用型OpenWrt ,产出格式为qcow2,适合所有ARM64平台的虚拟机
# 比如斐讯N1刷了armbian系统,armbian系统里安装了PVE虚拟机 可用
# 比如新款Apple Silicon芯片的苹果电脑里的虚拟机UTM 可用
...
...
@@ -75,7 +75,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.
0
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:armsr-armv8-openwrt-24.10.
1
/bin/bash /home/build/immortalwrt/build.sh
done
-
name
:
Generate Firmware SHA-256
run
:
|
...
...
@@ -85,7 +85,7 @@ jobs:
uses
:
softprops/action-gh-release@v2.2.1
with
:
tag_name
:
QEMU
name
:
ImmortWrt-QEMU-armsr-armv8-24.10.
0
name
:
ImmortWrt-QEMU-armsr-armv8-24.10.
1
body_path
:
${{ github.workspace }}/armsr-armv8/info.md
files
:
|
${{ github.workspace }}/*.qcow2
...
...
.github/workflows/build-RaspBerryPi-24.10.yml
→
.github/workflows/build-RaspBerryPi-24.10.
1.
yml
View file @
9e17b5a3
name
:
build-RaspBerryPi-24.10.
0
name
:
build-RaspBerryPi-24.10.
1
on
:
workflow_dispatch
:
...
...
@@ -41,23 +41,23 @@ jobs:
run
:
|
chmod +x ${{ github.workspace }}/raspberrypi/24.10/build.sh
-
name
:
Build raspberrypi ImmortalWrt 24.10.
0
-
name
:
Build raspberrypi ImmortalWrt 24.10.
1
run
:
|
profiles="${{ github.event.inputs.profile }}"
if [ "$profiles" = "rpi" ]; then
tag=bcm27xx-bcm2708-openwrt-24.10.
0
tag=bcm27xx-bcm2708-openwrt-24.10.
1
echo "cpu=bcm2708" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-2" ]; then
tag=bcm27xx-bcm2709-openwrt-24.10.
0
tag=bcm27xx-bcm2709-openwrt-24.10.
1
echo "cpu=bcm2709" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-3" ]; then
tag=bcm27xx-bcm2710-openwrt-24.10.
0
tag=bcm27xx-bcm2710-openwrt-24.10.
1
echo "cpu=bcm2710" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-4" ]; then
tag=bcm27xx-bcm2711-openwrt-24.10.
0
tag=bcm27xx-bcm2711-openwrt-24.10.
1
echo "cpu=bcm2711" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-5" ]; then
tag=bcm27xx-bcm2712-openwrt-24.10.
0
tag=bcm27xx-bcm2712-openwrt-24.10.
1
echo "cpu=bcm2712" >> $GITHUB_ENV
fi
include_docker="${{ github.event.inputs.include_docker }}"
...
...
.github/workflows/build-glinet-24.10.
0
.yml
→
.github/workflows/build-glinet-24.10.
1
.yml
View file @
9e17b5a3
name
:
build-gl-inet-24.10.
0
name
:
build-gl-inet-24.10.
1
on
:
workflow_dispatch
:
inputs
:
...
...
@@ -59,16 +59,16 @@ jobs:
fi
-
name
:
Build Gl-iNet ImmortalWrt 24.10.
0
-
name
:
Build Gl-iNet ImmortalWrt 24.10.
1
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.
0
tag=ipq40xx-generic-openwrt-24.10.
1
echo "platform=ipq40xx/generic" >> $GITHUB_ENV
else
tag=mediatek-filogic-openwrt-24.10.
0
tag=mediatek-filogic-openwrt-24.10.
1
echo "platform=mediatek/filogic" >> $GITHUB_ENV
fi
...
...
.github/workflows/build-rockchip-immortalWrt-24.10.yml
→
.github/workflows/build-rockchip-immortalWrt-24.10.
1.
yml
View file @
9e17b5a3
name
:
build-rockchip-immortalWrt-24.10.
0
name
:
build-rockchip-immortalWrt-24.10.
1
on
:
workflow_dispatch
:
...
...
@@ -113,7 +113,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.
0
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.
1
/bin/bash /home/build/immortalwrt/build.sh
done
-
name
:
Generate Firmware SHA-256
run
:
|
...
...
.github/workflows/build-sunxi-cortexa53-24.10.yml
→
.github/workflows/build-sunxi-cortexa53-24.10.
1.
yml
View file @
9e17b5a3
name
:
build-sunxi-cortexa53-24.10.
0
name
:
build-sunxi-cortexa53-24.10.
1
on
:
workflow_dispatch
:
...
...
@@ -46,7 +46,7 @@ jobs:
run
:
|
chmod +x ${{ github.workspace }}/sunxi-cortexa53/build.sh
-
name
:
Build sunxi-cortexa53 ImmpotalWrt
24.10
-
name
:
Build sunxi-cortexa53 ImmpotalWrt 24.10
.1
run
:
|
profiles="${{ github.event.inputs.profile }}"
include_docker="${{ github.event.inputs.include_docker }}"
...
...
@@ -65,7 +65,7 @@ jobs:
-e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \
-e ROOTSIZE=$size \
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.
0
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.
1
/bin/bash /home/build/immortalwrt/build.sh
done
-
name
:
Generate Firmware SHA-256
...
...
.github/workflows/build-x86-64-24.10.yml
→
.github/workflows/build-x86-64-24.10.
1.
yml
View file @
9e17b5a3
name
:
build-x86-64-immortalwrt-24.10.
0
name
:
build-x86-64-immortalwrt-24.10.
1
on
:
workflow_dispatch
:
...
...
@@ -72,7 +72,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.
0
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:x86-64-openwrt-24.10.
1
/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