compatibleArchitectures

@JvmName(name = "mrkxguhhhurcdcmj")
suspend fun compatibleArchitectures(value: Output<List<String>>)
@JvmName(name = "jjqrmpylngdoofra")
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 = "hrljgmsreyehtaoa")
suspend fun compatibleArchitectures(vararg values: Output<String>)


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

Parameters

values

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