"...gmock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "39bf784f839a9ffeb5f2d943435783633c5c0a6d"
Unverified Commit 7add63fd authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update build-mediatek-filogic-24.10-release.yml

parent b96fbee4
...@@ -6,11 +6,7 @@ on: ...@@ -6,11 +6,7 @@ on:
profile: profile:
description: '手动输入的多个 profile,并按逗号分隔' description: '手动输入的多个 profile,并按逗号分隔'
required: true required: true
default: 'friendlyarm_nanopi-r3s,radxa_zero-3e' default: 'glinet_gl-mt3000,glinet_gl-mt2500,glinet_gl-mt6000'
rootfs_partsize:
description: '设置根文件系统分区大小 (MB)'
required: true
default: '1024'
jobs: jobs:
build: build:
...@@ -26,7 +22,6 @@ jobs: ...@@ -26,7 +22,6 @@ jobs:
- name: Setup Docker and Build - name: Setup Docker and Build
run: | run: |
profiles="${{ github.event.inputs.profile }}" profiles="${{ github.event.inputs.profile }}"
rootfs_partsize="${{ github.event.inputs.rootfs_partsize }}"
IFS=',' read -r -a profile_array <<< "$profiles" IFS=',' read -r -a profile_array <<< "$profiles"
...@@ -37,10 +32,8 @@ jobs: ...@@ -37,10 +32,8 @@ 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 }}/rockchip/imm.config:/home/build/immortalwrt/.config" \ -v "${{ github.workspace }}/mediatek-filogic/build.sh:/home/build/immortalwrt/build.sh" \
-v "${{ github.workspace }}/rockchip/build.sh:/home/build/immortalwrt/build.sh" \
-e PROFILE=$profile \ -e PROFILE=$profile \
-e ROOTFS_PARTSIZE=$rootfs_partsize \
immortalwrt/imagebuilder:mediatek-filogic-openwrt-24.10 /bin/bash /home/build/immortalwrt/build.sh immortalwrt/imagebuilder:mediatek-filogic-openwrt-24.10 /bin/bash /home/build/immortalwrt/build.sh
done done
......
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