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
64c24022
Unverified
Commit
64c24022
authored
Jan 12, 2025
by
wukongdaily
Committed by
GitHub
Jan 12, 2025
Browse files
修复树莓派1-2-3-5编译失败问题
parent
7dc8f3bb
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7822 deletions
+1
-7822
.github/workflows/build-RaspBerryPi-23.05.4.yml
.github/workflows/build-RaspBerryPi-23.05.4.yml
+1
-2
.github/workflows/build-RaspBerryPi-24.10.yml
.github/workflows/build-RaspBerryPi-24.10.yml
+0
-1
raspberrypi/imm.config
raspberrypi/imm.config
+0
-7819
No files found.
.github/workflows/build-RaspBerryPi-23.05.4.yml
View file @
64c24022
...
...
@@ -41,7 +41,7 @@ jobs:
run
:
|
chmod +x ${{ github.workspace }}/raspberrypi/23.05.4/build.sh
-
name
:
Build raspberrypi ImmortalWrt
2
4.10
-
name
:
Build raspberrypi ImmortalWrt 2
3.05.4
run
:
|
profiles="${{ github.event.inputs.profile }}"
if [ "$profiles" = "rpi" ]; then
...
...
@@ -70,7 +70,6 @@ jobs:
--user root \
-v "${{ github.workspace }}/bin:/home/build/immortalwrt/bin" \
-v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \
-v "${{ github.workspace }}/raspberrypi/imm.config:/home/build/immortalwrt/.config" \
-v "${{ github.workspace }}/raspberrypi/23.05.4/build.sh:/home/build/openwrt/build.sh" \
-e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \
...
...
.github/workflows/build-RaspBerryPi-24.10.yml
View file @
64c24022
...
...
@@ -70,7 +70,6 @@ jobs:
--user root \
-v "${{ github.workspace }}/bin:/home/build/immortalwrt/bin" \
-v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \
-v "${{ github.workspace }}/raspberrypi/imm.config:/home/build/immortalwrt/.config" \
-v "${{ github.workspace }}/raspberrypi/24.10/build.sh:/home/build/openwrt/build.sh" \
-e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \
...
...
raspberrypi/imm.config
deleted
100644 → 0
View file @
7dc8f3bb
This diff is collapsed.
Click to expand it.
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