fix the sdrplay driver installation

This commit is contained in:
Jakob Ketterl
2019-01-22 17:25:46 +01:00
parent 8d10fc573f
commit 9953c7d1e1
3 changed files with 52 additions and 15 deletions

View File

@ -5,7 +5,7 @@ ARCH=$(uname -m)
case $ARCH in
x86_64)
BASE_IMAGE=debian:stretch
BASE_IMAGE=alpine
;;
armv*)
BASE_IMAGE=arm32v6/alpine