Closed
Description
Description
The STACKIT cli is missing a flag for an architecture when creating an image:
stackit image create --architecture arm64
This is currently not possible, allowing amd64
images only, since this is the default value and the --architecture
is not supported. It is supported in IaaS API.
Steps to reproduce
- Run
stackit image create --os-version 4230.2.0 --name arm64-image --disk-format=qcow2 --local-file-path=path/to/any/arm64/image.img --os linux --os-distro coreos --project-id <project-id>
- Create an
arm64
server using the image from the step above
Actual behavior
arm64
image is configured as amd64
architecture and have a non matching disk type.
Expected behavior
arm64
image will get a disk configured for arm64
and server creation is successful.
Environment
- OS: MacOS
- Version of STACKIT CLI (see
stackit --version
):0.34.5 (2025-06-17)