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
0ddfaa0b
Unverified
Commit
0ddfaa0b
authored
Nov 05, 2025
by
wukongdaily
Committed by
GitHub
Nov 05, 2025
Browse files
Replace .img.gz with .vmdk in build workflow
parent
ac572a30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build-QEMU-arm64-24.10.x.yml
.github/workflows/build-QEMU-arm64-24.10.x.yml
+2
-2
No files found.
.github/workflows/build-QEMU-arm64-24.10.x.yml
View file @
0ddfaa0b
...
...
@@ -108,7 +108,7 @@ jobs:
-
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 }}
cp ${{ github.workspace }}/bin/targets/armsr/armv8/*.
vmdk
${{ github.workspace }}
-
name
:
Upload ImmortWrt as release assets
uses
:
softprops/action-gh-release@v2.2.1
...
...
@@ -118,7 +118,7 @@ jobs:
body_path
:
${{ github.workspace }}/armsr-armv8/info.md
files
:
|
${{ github.workspace }}/*.qcow2
${{ github.workspace }}/*
squashfs-combined-efi.img.gz
${{ github.workspace }}/*
.vmdk
token
:
${{ secrets.GITHUB_TOKEN }}
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