Unverified Commit 64c24022 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

修复树莓派1-2-3-5编译失败问题

parent 7dc8f3bb
...@@ -41,7 +41,7 @@ jobs: ...@@ -41,7 +41,7 @@ jobs:
run: | run: |
chmod +x ${{ github.workspace }}/raspberrypi/23.05.4/build.sh chmod +x ${{ github.workspace }}/raspberrypi/23.05.4/build.sh
- name: Build raspberrypi ImmortalWrt 24.10 - name: Build raspberrypi ImmortalWrt 23.05.4
run: | run: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
if [ "$profiles" = "rpi" ]; then if [ "$profiles" = "rpi" ]; then
...@@ -70,7 +70,6 @@ jobs: ...@@ -70,7 +70,6 @@ jobs:
--user root \ --user root \
-v "${{ github.workspace }}/bin:/home/build/immortalwrt/bin" \ -v "${{ github.workspace }}/bin:/home/build/immortalwrt/bin" \
-v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \ -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" \ -v "${{ github.workspace }}/raspberrypi/23.05.4/build.sh:/home/build/openwrt/build.sh" \
-e PROFILE=$profile \ -e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \ -e INCLUDE_DOCKER=$include_docker \
......
...@@ -70,7 +70,6 @@ jobs: ...@@ -70,7 +70,6 @@ jobs:
--user root \ --user root \
-v "${{ github.workspace }}/bin:/home/build/immortalwrt/bin" \ -v "${{ github.workspace }}/bin:/home/build/immortalwrt/bin" \
-v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \ -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" \ -v "${{ github.workspace }}/raspberrypi/24.10/build.sh:/home/build/openwrt/build.sh" \
-e PROFILE=$profile \ -e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \ -e INCLUDE_DOCKER=$include_docker \
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment