actions / partner-runner-images

About GitHub Actions runner images provided by 3rd parties
MIT License
49 stars 16 forks source link

actions/setup-python@v5 failing on ARM64 Runners #4

Closed ukumar-dev closed 1 month ago

ukumar-dev commented 1 month ago

Below mentioned PR is critical for smooth migration to Arm64 runners.

This code fails on Arm64 runners:

     - name: Set up Python
        uses: actions/setup-python@v5
        with:
          python-version: '3.11'

https://github.com/actions/python-versions/pull/274

lkfortuna commented 1 month ago

Hey @ukumar-dev - since the seutp action is not owned by the image I am going to close this issue. You can open an issue in the setup-python repository for this.