79453437

Date: 2025-02-20 05:47:42
Score: 1.5
Natty:
Report link

you can input architecture which is supported by your self hosted runner as an input to actions/setup-python@v3

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
  with:
    python-version: '3.xx'
    architecture: <arm64|x86>

refer - https://github.com/actions/setup-python?tab=readme-ov-file#supported-architectures

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dayananda D R