mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-04-06 11:38:57 -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
|
||||
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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user