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
f1deed21
Unverified
Commit
f1deed21
authored
Aug 03, 2025
by
wukongdaily
Committed by
GitHub
Aug 03, 2025
Browse files
修复生成ISO报错的问题
parent
b2d56acc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build-iso.yml
.github/workflows/build-iso.yml
+2
-2
No files found.
.github/workflows/build-iso.yml
View file @
f1deed21
...
...
@@ -44,7 +44,7 @@ jobs:
uses
:
actions/checkout@v3
-
name
:
Set executable permissions
run
:
chmod +x ${{ github.workspace }}/x86-64/build.sh
run
:
chmod +x ${{ github.workspace }}/x86-64/build
24
.sh
-
name
:
Validate PPPoE Inputs
run
:
|
...
...
@@ -69,7 +69,7 @@ jobs:
-v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \
-v "${{ github.workspace }}/x86-64/imm.config:/home/build/immortalwrt/.config" \
-v "${{ github.workspace }}/shell:/home/build/immortalwrt/shell" \
-v "${{ github.workspace }}/x86-64/24.10/build.sh:/home/build/immortalwrt/build.sh" \
-v "${{ github.workspace }}/x86-64/24.10/build
24
.sh:/home/build/immortalwrt/build.sh" \
-e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
...
...
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