[ci] Add a workflow to import images to Alibaba Cloud
Add a workflow to build and import the official iPXE images for Alibaba Cloud. As with the AWS and Google Cloud imports, treat this as a workflow that must be triggered manually. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!ipxe
|
||||
|
||||
echo Alibaba Cloud ECS - iPXE boot via metadata
|
||||
echo CPU: ${cpuvendor} ${cpumodel}
|
||||
ifstat ||
|
||||
dhcp ||
|
||||
route ||
|
||||
chain -ar http://100.100.100.200/latest/user-data ||
|
||||
ifstat ||
|
||||
Reference in New Issue
Block a user