mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
multi-platform build
This commit is contained in:
parent
74930ba253
commit
dea09d8eaa
4 changed files with 46 additions and 11 deletions
12
push.sh
12
push.sh
|
|
@ -1,5 +1,11 @@
|
|||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
docker push jketterl/openwebrx
|
||||
docker push jketterl/openwebrx-rtlsdr
|
||||
docker push jketterl/openwebrx-sdrplay
|
||||
|
||||
ARCH=$(uname -m)
|
||||
|
||||
for image in openwebrx openwebrx-rtlsdr openwebrx-sdrplay; do
|
||||
docker push jketterl/$image:$ARCH
|
||||
if [ "$ARCH" == "armv7l" ]; then
|
||||
docker push jketterl/$image:latest
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue