mirror of
https://github.com/rancher/os.git
synced 2025-07-19 01:16:31 +00:00
Add rancheros-vmware.vmdk to github release page
This commit is contained in:
parent
33ea2b1022
commit
18b2fe50af
@ -26,6 +26,7 @@ rancheros-proxmoxve.iso
|
|||||||
rancheros-proxmoxve-autoformat.iso
|
rancheros-proxmoxve-autoformat.iso
|
||||||
rancheros-vmware.iso
|
rancheros-vmware.iso
|
||||||
rancheros-vmware-autoformat.iso
|
rancheros-vmware-autoformat.iso
|
||||||
|
rancheros-vmware.vmdk
|
||||||
"
|
"
|
||||||
|
|
||||||
rm -rf dist/checksums && mkdir -p dist/checksums
|
rm -rf dist/checksums && mkdir -p dist/checksums
|
||||||
|
@ -71,4 +71,5 @@ for file in $(ls dist/artifacts/); do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "github-release upload --user rancher --repo os --tag ${VERSION} --file dist/artifacts/rancheros.iso --name rancheros-vmware.iso" > dist/publish.sh
|
echo "github-release upload --user rancher --repo os --tag ${VERSION} --file dist/artifacts/rancheros.iso --name rancheros-vmware.iso" >> dist/publish.sh
|
||||||
|
echo "github-release upload --user rancher --repo os --tag ${VERSION} --file dist/artifacts/rancheros.vmdk --name rancheros-vmware.vmdk" >> dist/publish.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user