mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
alpine is available for all archs now, but 3.11 produces segfaults :(
This commit is contained in:
parent
6f9ba6c290
commit
7793609fa4
1 changed files with 1 additions and 11 deletions
12
build.sh
12
build.sh
|
|
@ -3,17 +3,7 @@ set -euxo pipefail
|
|||
|
||||
ARCH=$(uname -m)
|
||||
|
||||
case $ARCH in
|
||||
x86_64)
|
||||
BASE_IMAGE=alpine
|
||||
;;
|
||||
armv*)
|
||||
BASE_IMAGE=arm32v6/alpine
|
||||
;;
|
||||
aarch64)
|
||||
BASE_IMAGE=alpine
|
||||
;;
|
||||
esac
|
||||
BASE_IMAGE=alpine:3.10
|
||||
|
||||
TAGS=$ARCH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue