mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
tools: Clarify the supported architectures
Most of the tools packages are not usable on s390x so explicitly list them. Also removed arm64 from mkimage-gcp as GCP does not support arm machines and fixed a minor inconsistency the way the architecture was specified in mkimage-raw-bios. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
61727d3b50
commit
a8d3ef2ca1
@ -1 +1,4 @@
|
||||
image: mkimage-dynamic-vhd
|
||||
arches:
|
||||
- amd64
|
||||
- arm64
|
||||
|
@ -1 +1,3 @@
|
||||
image: mkimage-gcp
|
||||
arches:
|
||||
- amd64
|
||||
|
@ -1,2 +1,5 @@
|
||||
image: mkimage-iso-efi
|
||||
network: true
|
||||
arches:
|
||||
- amd64
|
||||
- arm64
|
||||
|
@ -1,2 +1,5 @@
|
||||
image: mkimage-qcow2-efi
|
||||
network: true
|
||||
arches:
|
||||
- amd64
|
||||
- arm64
|
||||
|
@ -1,2 +1,3 @@
|
||||
image: mkimage-raw-bios
|
||||
arches: ["amd64"]
|
||||
arches:
|
||||
- amd64
|
||||
|
@ -1,2 +1,5 @@
|
||||
image: mkimage-raw-efi
|
||||
network: true
|
||||
arches:
|
||||
- amd64
|
||||
- arm64
|
||||
|
@ -1 +1,4 @@
|
||||
image: mkimage-vhd
|
||||
arches:
|
||||
- amd64
|
||||
- arm64
|
||||
|
@ -1 +1,4 @@
|
||||
image: mkimage-vmdk
|
||||
arches:
|
||||
- amd64
|
||||
- arm64
|
||||
|
Loading…
Reference in New Issue
Block a user