[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:
Michael Brown
2026-04-21 23:44:06 +01:00
parent fa856e784c
commit 82a8fcc117
2 changed files with 110 additions and 0 deletions
+9
View File
@@ -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 ||