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
079a5552
Unverified
Commit
079a5552
authored
Nov 05, 2025
by
wukongdaily
Committed by
GitHub
Nov 05, 2025
Browse files
Copy firmware images to workspace
Added step to copy firmware images to workspace.
parent
a82b6854
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/build-QEMU-arm64-24.10.x.yml
.github/workflows/build-QEMU-arm64-24.10.x.yml
+2
-1
No files found.
.github/workflows/build-QEMU-arm64-24.10.x.yml
View file @
079a5552
...
...
@@ -105,9 +105,10 @@ jobs:
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:armsr-armv8-openwrt-${luci_version} /bin/bash /home/build/immortalwrt/build.sh
done
-
name
:
Generate
Firmware
SHA-256
-
name
:
Copy
Firmware
to workspace
run
:
|
cp ${{ github.workspace }}/bin/targets/armsr/armv8/*.qcow2 ${{ github.workspace }}
cp ${{ github.workspace }}/bin/targets/armsr/armv8/*.img.gz ${{ github.workspace }}
-
name
:
Upload ImmortWrt as release assets
uses
:
softprops/action-gh-release@v2.2.1
...
...
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