compatibleArchitectures

@JvmName(name = "kgdkhnksxbtduncx")
suspend fun compatibleArchitectures(value: Output<List<String>>)
@JvmName(name = "nybuxvgytptrewjp")
suspend fun compatibleArchitectures(value: List<String>?)

Parameters

value

List of Architectures this layer is compatible with. Currently x86_64 and arm64 can be specified.


@JvmName(name = "cflbrmbxoiglldyx")
suspend fun compatibleArchitectures(vararg values: Output<String>)


@JvmName(name = "dendajjevrccgsve")
suspend fun compatibleArchitectures(values: List<Output<String>>)
@JvmName(name = "haiwtmmwkhfwndjs")
suspend fun compatibleArchitectures(vararg values: String)

Parameters

values

List of Architectures this layer is compatible with. Currently x86_64 and arm64 can be specified.