We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861a5ff commit b6db7f1Copy full SHA for b6db7f1
1 file changed
.github/workflows/build-rockchip-immortalWrt-24.10.x.yml
@@ -76,12 +76,12 @@ on:
76
description: "集成 store 商店"
77
required: false
78
type: boolean
79
- default: true
+ default: false
80
include_docker:
81
description: |
82
是否编译 Docker 插件
83
required: true
84
- default: 'yes'
+ default: 'no'
85
type: choice
86
options:
87
- 'yes'
@@ -166,7 +166,7 @@ jobs:
166
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
167
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
168
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
169
- immortalwrt/imagebuilder:rockchip-armv8-25.12-SNAPSHOT /bin/bash /home/build/immortalwrt/build.sh
+ immortalwrt/imagebuilder:rockchip-armv8-openwrt-25.12 /bin/bash /home/build/immortalwrt/build.sh
170
171
172
- name: Create info
0 commit comments