Skip to content

Commit

Permalink
Add arm64 builds for python runtime (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io authored Jun 26, 2023
1 parent 17617ed commit 0056c8e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions runtimes/python/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,31 @@ downloads:
linux: unknown-linux-gnu
macos: apple-darwin
windows: pc-windows-msvc-shared
cpu:
x86_64: x86_64
arm_64: aarch64
version: <=3.10.3
url: https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-${version}+20220318-x86_64-${os}-install_only.tar.gz
url: https://github.com/indygreg/python-build-standalone/releases/download/20220318/cpython-${version}+20220318-${cpu}-${os}-install_only.tar.gz
strip_components: 1
- os:
linux: unknown-linux-gnu
macos: apple-darwin
windows: pc-windows-msvc-shared
cpu:
x86_64: x86_64
arm_64: aarch64
version: <=3.10.8
url: https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-${version}+20221106-x86_64-${os}-install_only.tar.gz
url: https://github.com/indygreg/python-build-standalone/releases/download/20221106/cpython-${version}+20221106-${cpu}-${os}-install_only.tar.gz
strip_components: 1
- os:
linux: unknown-linux-gnu
macos: apple-darwin
windows: pc-windows-msvc-shared
cpu:
x86_64: x86_64
arm_64: aarch64
version: <=3.11.1
url: https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-${version}+20230116-x86_64-${os}-install_only.tar.gz
url: https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-${version}+20230116-${cpu}-${os}-install_only.tar.gz
strip_components: 1

runtimes:
Expand Down

0 comments on commit 0056c8e

Please sign in to comment.