compatibleArchitectures

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


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

Parameters

values

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