mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-06-24 22:15:18 -04:00
Add experimental builds for linux-aarch64, linux-ppc64le, osx-arm64.
This commit is contained in:
parent
3206dab3c6
commit
c3f081c200
14
.github/workflows/build_radioconda.yml
vendored
14
.github/workflows/build_radioconda.yml
vendored
@ -26,10 +26,22 @@ jobs:
|
|||||||
PLATFORM: linux-64
|
PLATFORM: linux-64
|
||||||
OS_NAME: Linux
|
OS_NAME: Linux
|
||||||
ARCH: x86_64
|
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
|
- os: macos-latest
|
||||||
PLATFORM: osx-64
|
PLATFORM: osx-64
|
||||||
OS_NAME: MacOSX
|
OS_NAME: MacOSX
|
||||||
ARCH: x86_64
|
ARCH: x86_64
|
||||||
|
- os: macos-latest
|
||||||
|
PLATFORM: osx-arm64
|
||||||
|
OS_NAME: MacOSX
|
||||||
|
ARCH: arm64
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
PLATFORM: win-64
|
PLATFORM: win-64
|
||||||
OS_NAME: Windows
|
OS_NAME: Windows
|
||||||
@ -57,7 +69,7 @@ jobs:
|
|||||||
if [ "$OS_NAME" == "Windows" ]; then
|
if [ "$OS_NAME" == "Windows" ]; then
|
||||||
PATH=$CONDA_PREFIX/NSIS:$PATH
|
PATH=$CONDA_PREFIX/NSIS:$PATH
|
||||||
fi
|
fi
|
||||||
python build_installer.py -v
|
python build_installer.py -v --conda-exe $MAMBA_EXE
|
||||||
|
|
||||||
- name: Build metapackage
|
- name: Build metapackage
|
||||||
shell: bash -l {0}
|
shell: bash -l {0}
|
||||||
|
@ -4,7 +4,10 @@ channels:
|
|||||||
- ryanvolz # [win]
|
- ryanvolz # [win]
|
||||||
platforms:
|
platforms:
|
||||||
- linux-64
|
- linux-64
|
||||||
|
- linux-aarch64
|
||||||
|
- linux-ppc64le
|
||||||
- osx-64
|
- osx-64
|
||||||
|
- osx-arm64
|
||||||
- win-64
|
- win-64
|
||||||
dependencies:
|
dependencies:
|
||||||
- digital_rf
|
- digital_rf
|
||||||
@ -12,7 +15,9 @@ dependencies:
|
|||||||
- gnuradio-osmosdr
|
- gnuradio-osmosdr
|
||||||
- gnuradio-satellites
|
- gnuradio-satellites
|
||||||
- gnuradio-soapy
|
- gnuradio-soapy
|
||||||
- gqrx
|
- gqrx # [linux64]
|
||||||
|
- gqrx # [osx64]
|
||||||
|
- gqrx # [win64]
|
||||||
- ipython
|
- ipython
|
||||||
- libiio
|
- libiio
|
||||||
- libm2k
|
- libm2k
|
||||||
|
Loading…
x
Reference in New Issue
Block a user