Describe the bug
While Enabling multiarc support by buildX for che pkg,python3.6 is not supported for amd64,arm64,ppc64le,s390x .What is the best Approach to enabling multiarch for giving arch?
Currently given Arch is not supported: https://github.com/actions/python-versions/blob/main/versions-manifest.json
Which version of the action are you using?
- name: Set up Python 3.6
uses: actions/setup-python@v2
Environment
Python Versions
Please list all of the effected versions of Python (3.6 and Upper version, etc.)
Screenshots
Run actions/setup-python@v2
Version 3.9.2 was not found in the local cache
Error: Version 3.9.2 with arch ppc64le not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-
Describe the bug
While Enabling multiarc support by buildX for che pkg,python3.6 is not supported for amd64,arm64,ppc64le,s390x .What is the best Approach to enabling multiarch for giving arch?
Currently given Arch is not supported: https://github.com/actions/python-versions/blob/main/versions-manifest.json
Which version of the action are you using?
v2Environment
Python Versions
Please list all of the effected versions of Python (
3.6 and Upper version, etc.)Screenshots