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
7add63fd
"...gmock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "39bf784f839a9ffeb5f2d943435783633c5c0a6d"
Unverified
Commit
7add63fd
authored
Dec 08, 2024
by
wukongdaily
Committed by
GitHub
Dec 08, 2024
Browse files
Update build-mediatek-filogic-24.10-release.yml
parent
b96fbee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
.github/workflows/build-mediatek-filogic-24.10-release.yml
.github/workflows/build-mediatek-filogic-24.10-release.yml
+2
-9
No files found.
.github/workflows/build-mediatek-filogic-24.10-release.yml
View file @
7add63fd
...
@@ -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
...
...
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