rhythmic-morning-87313
01/07/2025, 2:00 AM--scie-name-style=platform-file-suffix
and --scie-only
. Would there be any workaround on this? Or, is there other way to append the platform suffix like -linux-aarch64
from the Pants side when setting the output filename of pex_binary
target (e.g., ${target_name_normalized}-${target_platform}
)?rhythmic-morning-87313
01/07/2025, 2:35 AMplatform.value
?rhythmic-morning-87313
01/07/2025, 2:40 AM>>> import pants
>>> from pants.engine.platform import Platform
>>> Platform.create_for_localhost()
<Platform.linux_arm64: 'linux_arm64'>
it would also suffice my need, but Pants prohibits import anything there..rhythmic-morning-87313
01/07/2025, 7:06 AMrhythmic-morning-87313
01/07/2025, 2:34 PM