upadte docker images

This commit is contained in:
Stanislav Lechev [0xAF] 2024-02-05 00:16:41 +02:00
parent 4d6e9ab78d
commit be75cfb45b
2 changed files with 9 additions and 5 deletions

View File

@ -22,13 +22,15 @@ function cmakebuild() {
export MARCH=native
case `uname -m` in
arm*)
SDRPLAY_BINARY=SDRplay_RSP_API-ARM32-3.07.2.run
#SDRPLAY_BINARY=SDRplay_RSP_API-ARM32-3.07.2.run
SDRPLAY_BINARY=SDRplay_RSP_API-Linux-3.14.0.run
;;
aarch64*)
SDRPLAY_BINARY=SDRplay_RSP_API-ARM64-3.07.1.run
#SDRPLAY_BINARY=SDRplay_RSP_API-ARM64-3.07.1.run
SDRPLAY_BINARY=SDRplay_RSP_API-Linux-3.14.0.run
;;
x86_64*)
SDRPLAY_BINARY=SDRplay_RSP_API-Linux-3.07.1.run
SDRPLAY_BINARY=SDRplay_RSP_API-Linux-3.07.2.run
export MARCH=x86-64
;;
esac

View File

@ -28,13 +28,15 @@ if [[ -z ${1:-} ]]; then
case $ARCH in
x86_64)
BINARY=SDRplay_RSP_API-Linux-3.07.1.run
#BINARY=SDRplay_RSP_API-Linux-3.07.1.run
BINARY=SDRplay_RSP_API-Linux-3.14.0.run
;;
armv*)
BINARY=SDRplay_RSP_API-ARM32-3.07.2.run
;;
aarch64)
BINARY=SDRplay_RSP_API-ARM64-3.07.1.run
#BINARY=SDRplay_RSP_API-ARM64-3.07.1.run
BINARY=SDRplay_RSP_API-Linux-3.14.0.run
;;
esac