blob: 220e3555a73350a6608a0a1854763f42fc31d59c (
plain)
1
2
3
4
5
6
7
8
9
|
SUMMARY = "Multi-architecture OCI container base image"
DESCRIPTION = "Builds container-base for multiple architectures and \
combines them into a single OCI Image Index (manifest list)."
LICENSE = "MIT"
inherit oci-multiarch
OCI_MULTIARCH_RECIPE = "container-base"
OCI_MULTIARCH_PLATFORMS = "aarch64 x86_64"
|