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
3a84e657
Unverified
Commit
3a84e657
authored
Nov 07, 2025
by
wukongdaily
Committed by
GitHub
Nov 07, 2025
Browse files
N1 增加内核版本
parent
557a104b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
3 deletions
+36
-3
.github/workflows/build-N1.yml
.github/workflows/build-N1.yml
+36
-3
No files found.
.github/workflows/build-N1.yml
View file @
3a84e657
...
...
@@ -70,6 +70,22 @@ on:
-
6.6.95
-
6.6.97
-
6.6.99
-
6.6.100
-
6.6.101
-
6.6.102
-
6.6.103
-
6.6.104
-
6.6.105
-
6.6.107
-
6.6.108
-
6.6.109
-
6.6.110
-
6.6.111
-
6.6.112
-
6.6.113
-
6.6.114
-
6.6.115
-
6.6.116
-
6.12.16
-
6.12.17
-
6.12.18
...
...
@@ -91,6 +107,23 @@ on:
-
6.12.35
-
6.12.37
-
6.12.39
-
6.12.40
-
6.12.41
-
6.12.42
-
6.12.43
-
6.12.44
-
6.12.45
-
6.12.46
-
6.12.48
-
6.12.49
-
6.12.50
-
6.12.51
-
6.12.52
-
6.12.53
-
6.12.54
-
6.12.55
-
6.12.56
-
6.12.57
include_docker
:
description
:
|
...
...
@@ -197,7 +230,7 @@ jobs:
-
name
:
查找rootfs.tar.gz所在路径
id
:
find_rootfs
run
:
|
ROOTFS_FILE=$(find bin/targets/armsr/armv8/ -type f -name "
*
rootfs.tar.gz" | head -n1)
ROOTFS_FILE=$(find bin/targets/armsr/armv8/ -type f -name "
-
rootfs.tar.gz" | head -n1)
echo "✅ Found: $ROOTFS_FILE"
if [ ! -f "$ROOTFS_FILE" ]; then
echo "❌ 找不到 rootfs.tar.gz 文件"
...
...
@@ -218,7 +251,7 @@ jobs:
-
name
:
Rename .img.gz file
id
:
rename
run
:
|
FILE=$(ls ${{ env.PACKAGED_OUTPUTPATH }}/
*
.img.gz | head -n1)
FILE=$(ls ${{ env.PACKAGED_OUTPUTPATH }}/
-
.img.gz | head -n1)
echo "Image file is: $FILE"
FILENAME=$(basename "$FILE")
echo "FILENAME=$FILENAME" >> $GITHUB_ENV
...
...
@@ -240,6 +273,6 @@ jobs:
name
:
ImmortalWrt for Phicomm N1
body_path
:
${{ github.workspace }}/n1/info.md
files
:
|
${{ env.PACKAGED_OUTPUTPATH }}/
*
.img.gz
${{ env.PACKAGED_OUTPUTPATH }}/
-
.img.gz
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
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