Skip to content

Commit 272b18b

Browse files
authored
x86和瑞芯微 更新到24.10.3
1 parent 41f0921 commit 272b18b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-rockchip-immortalWrt-24.10.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
153153
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
154154
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
155-
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh
155+
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.3 /bin/bash /home/build/immortalwrt/build.sh
156156
done
157157
158158
- name: Create info

.github/workflows/build-x86-64-24.10.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
9595
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
9696
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
97-
immortalwrt/imagebuilder:x86-64-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh
97+
immortalwrt/imagebuilder:x86-64-openwrt-24.10.3 /bin/bash /home/build/immortalwrt/build.sh
9898
9999
100100
- name: Create info

0 commit comments

Comments
 (0)