add aarch64 build

This commit is contained in:
Jakob Ketterl
2019-12-15 02:18:30 +00:00
parent f012c1180c
commit f7ff798238
3 changed files with 9 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ set -euxo pipefail
ARCH=$(uname -m)
ALL_ARCHS="x86_64 armv7l"
ALL_ARCHS="x86_64 armv7l aarch64"
for image in openwebrx-rtlsdr openwebrx-sdrplay openwebrx-hackrf openwebrx-airspy openwebrx-full openwebrx; do
docker push jketterl/$image:$ARCH