mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 06:26:50 +00:00
5 lines
278 B
Text
5 lines
278 B
Text
ARCH=$(uname -m)
|
|
IMAGES="openwebrx-rtlsdr openwebrx-sdrplay openwebrx-hackrf openwebrx-airspy openwebrx-rtlsdr-soapy openwebrx-plutosdr openwebrx-limesdr openwebrx-soapyremote openwebrx-full openwebrx"
|
|
ALL_ARCHS="x86_64 armv7l aarch64"
|
|
TAG=${TAG:-"latest"}
|
|
ARCHTAG="$TAG-$ARCH"
|