platform property
- @TagNumber(1)
platform is the docker styled combination of kernel and architecture. Ex: linux/amd64, darwin/arm64
Implementation
@$pb.TagNumber(1)
$core.String get platform => $_getSZ(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set platform($core.String v) { $_setString(0, v); }