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
c2f6706a
Unverified
Commit
c2f6706a
authored
Dec 28, 2024
by
wukongdaily
Committed by
GitHub
Dec 28, 2024
Browse files
Update build-x86-64-23.05.4.yml
parent
4979433a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.github/workflows/build-x86-64-23.05.4.yml
.github/workflows/build-x86-64-23.05.4.yml
+7
-7
No files found.
.github/workflows/build-x86-64-23.05.4.yml
View file @
c2f6706a
...
@@ -10,7 +10,7 @@ on:
...
@@ -10,7 +10,7 @@ on:
jobs
:
jobs
:
build
:
build
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
...
@@ -19,7 +19,7 @@ jobs:
...
@@ -19,7 +19,7 @@ jobs:
-
name
:
Set executable permissions
-
name
:
Set executable permissions
run
:
chmod +x ${{ github.workspace }}/x86-64/build.sh
run
:
chmod +x ${{ github.workspace }}/x86-64/build.sh
-
name
:
Setup Docker and Build
-
name
:
Build ImmortalWrt-x86-64-eif
run
:
|
run
:
|
profiles="${{ github.event.inputs.profile }}"
profiles="${{ github.event.inputs.profile }}"
...
@@ -38,7 +38,7 @@ jobs:
...
@@ -38,7 +38,7 @@ jobs:
immortalwrt/imagebuilder:x86-64-openwrt-23.05.4 /bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:x86-64-openwrt-23.05.4 /bin/bash /home/build/immortalwrt/build.sh
done
done
-
name
:
Locate
squashfs firmware file
s
-
name
:
Find
squashfs firmware file
id
:
locate_files
id
:
locate_files
run
:
|
run
:
|
# 查找符合条件的固件文件
# 查找符合条件的固件文件
...
@@ -52,11 +52,11 @@ jobs:
...
@@ -52,11 +52,11 @@ jobs:
firmware_name=$(basename "$firmware_files")
firmware_name=$(basename "$firmware_files")
echo "FIRMWARE_NAME=$firmware_name" >> $GITHUB_ENV
echo "FIRMWARE_NAME=$firmware_name" >> $GITHUB_ENV
-
name
:
Create GitHub Release
-
name
:
Create GitHub Release
Info
uses
:
softprops/action-gh-release@master
uses
:
softprops/action-gh-release@master
with
:
with
:
tag_name
:
DockerTarB
uild
er
tag_name
:
Autob
uild
name
:
${{ env.RELEASE_NAME }}
name
:
ImmortWrt-x86-64-efi
body
:
|
body
:
|


> Automatically generated release immortalWrt for x86-64
> Automatically generated release immortalWrt for x86-64
...
@@ -66,7 +66,7 @@ jobs:
...
@@ -66,7 +66,7 @@ jobs:
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Upload
Docker images
as release assets
-
name
:
Upload
ImmortWrt
as release assets
uses
:
softprops/action-gh-release@v2.1.0
uses
:
softprops/action-gh-release@v2.1.0
with
:
with
:
tag_name
:
Autobuild
tag_name
:
Autobuild
...
...
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