Skip to content

Commit

Permalink
修复树莓派1-2-3-5编译失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Jan 12, 2025
1 parent 7dc8f3b commit 64c2402
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7,822 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-RaspBerryPi-23.05.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
chmod +x ${{ github.workspace }}/raspberrypi/23.05.4/build.sh
- name: Build raspberrypi ImmortalWrt 24.10
- name: Build raspberrypi ImmortalWrt 23.05.4
run: |
profiles="${{ github.event.inputs.profile }}"
if [ "$profiles" = "rpi" ]; then
Expand Down Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-RaspBerryPi-24.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Loading

0 comments on commit 64c2402

Please sign in to comment.