We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ce0ce1 + 0ac0f9c commit 389e18aCopy full SHA for 389e18a
README.md
@@ -303,7 +303,7 @@ target:
303
os: azure-linux # Target OS name
304
dist: azl3 # Target OS distribution
305
arch: x86_64 # Target OS architecture
306
- imageType: raw # Image type: raw, iso, img, vhd
+ imageType: raw # Image type: raw, iso
307
308
systemConfigs:
309
- name: edge
@@ -340,7 +340,7 @@ Defines the target OS and image configuration:
340
- `os`: Target OS (`azure-linux`, `emt`, and `elxr`)
341
- `dist`: Distribution identifier (`azl3`, `emt3`, and `elxr12`)
342
- `arch`: Target architecture (`x86_64`and `aarch64`)
343
-- `imageType`: Output format (`raw`, `iso`, `img`, and `vhd`)
+- `imageType`: Output format (`raw`, `iso`)
344
345
##### 3. `systemConfigs`
346
0 commit comments