Skip to content

Commit d6700c7

Browse files
pamolloyondrejbudai
authored andcommitted
README: Remove hardcoded list of architectures
1 parent 3267818 commit d6700c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ The following image types are currently available via the `--type` argument:
180180
Specify the target architecture of the system on which the disk image will be installed on. By default,
181181
`bootc-image-builder` will build for the native host architecture. The target architecture
182182
must match an available architecture of the `bootc-image-builder` image you are using to build the disk image.
183-
Currently, `amd64` and `arm64` are included in `quay.io/centos-bootc/bootc-image-builder` manifest list.
183+
Navigate to the [centos-image-builder repository tags page](https://quay.io/repository/centos-bootc/bootc-image-builder?tab=tags)
184+
and hover over the Tux icons to see the supported target architectures.
184185
The architecture of the bootc OCI image and the bootc-image-builder image must match. For example, when building
185186
a non-native architecture bootc OCI image, say, building for x86_64 from an arm-based Mac, it is possible to run
186187
`podman build` with the `--platform linux/amd64` flag. In this case, to then build a disk image from the same arm-based Mac,

0 commit comments

Comments
 (0)