fix(vm): Use matrix target path for ARM image listing
This commit is contained in:
parent
eb46c7128b
commit
19ee3b761d
2
.github/workflows/build-vm-appliance.yml
vendored
2
.github/workflows/build-vm-appliance.yml
vendored
@ -728,7 +728,7 @@ jobs:
|
|||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "📦 Generated images:"
|
echo "📦 Generated images:"
|
||||||
ls -lh bin/targets/x86/64/
|
ls -lh bin/targets/${{ matrix.target }}/ || ls -lh bin/targets/
|
||||||
|
|
||||||
- name: Convert to VM formats
|
- name: Convert to VM formats
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user