From c3f081c2007ac8d1edbbacb24cc74c8b5374945b Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Fri, 21 May 2021 15:04:41 -0400 Subject: [PATCH] Add experimental builds for linux-aarch64, linux-ppc64le, osx-arm64. --- .github/workflows/build_radioconda.yml | 14 +++++++++++++- radioconda.yaml | 7 ++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_radioconda.yml b/.github/workflows/build_radioconda.yml index 8542322..63a8793 100644 --- a/.github/workflows/build_radioconda.yml +++ b/.github/workflows/build_radioconda.yml @@ -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} diff --git a/radioconda.yaml b/radioconda.yaml index 10ed2ca..3ed4a06 100644 --- a/radioconda.yaml +++ b/radioconda.yaml @@ -4,7 +4,10 @@ channels: - ryanvolz # [win] platforms: - linux-64 + - linux-aarch64 + - linux-ppc64le - osx-64 + - osx-arm64 - win-64 dependencies: - digital_rf @@ -12,7 +15,9 @@ dependencies: - gnuradio-osmosdr - gnuradio-satellites - gnuradio-soapy - - gqrx + - gqrx # [linux64] + - gqrx # [osx64] + - gqrx # [win64] - ipython - libiio - libm2k