Add experimental builds for linux-aarch64, linux-ppc64le, osx-arm64.

This commit is contained in:
Ryan Volz
2021-05-21 15:04:41 -04:00
parent 3206dab3c6
commit c3f081c200
2 changed files with 19 additions and 2 deletions
+13 -1
View File
@@ -26,10 +26,22 @@ jobs:
PLATFORM: linux-64
OS_NAME: Linux
ARCH: x86_64
- os: ubuntu-latest
PLATFORM: linux-aarch64
OS_NAME: Linux
ARCH: aarch64
- os: ubuntu-latest
PLATFORM: linux-ppc64le
OS_NAME: Linux
ARCH: ppc64le
- os: macos-latest
PLATFORM: osx-64
OS_NAME: MacOSX
ARCH: x86_64
- os: macos-latest
PLATFORM: osx-arm64
OS_NAME: MacOSX
ARCH: arm64
- os: windows-latest
PLATFORM: win-64
OS_NAME: Windows
@@ -57,7 +69,7 @@ jobs:
if [ "$OS_NAME" == "Windows" ]; then
PATH=$CONDA_PREFIX/NSIS:$PATH
fi
python build_installer.py -v
python build_installer.py -v --conda-exe $MAMBA_EXE
- name: Build metapackage
shell: bash -l {0}