Commit Graph

12 Commits

Author SHA1 Message Date
Stanislav Lechev [0xAF] f8f2da1537
add dablin to docker (#49) 2024-02-14 17:08:35 -05:00
Stanislav Lechev [0xAF] 8a82a530e9
fix deb and docker builds. (#48)
* fix docker builds

* add csdr-eti packages to docker

* fix indent

* fix eti builds in docker
2024-02-11 18:37:25 -05:00
Stanislav Lechev [0xAF] 847902a05c
update for docker builds and buildall.sh script (#47)
* upadte docker images

* fix sdrplay api install on docker

* update buildall.sh script to allow single package builds and multiarch
2024-02-05 15:49:36 -05:00
Stanislav Lechev [0xAF] a71e575105 add readsea to docker (RDS) 2023-12-11 05:17:53 +02:00
Stanislav Lechev [0xAF] 0c566ee5ac Fix docker tools and drivers for AMD cpu.
The build is prepared on Intel CPU.
acarsdec and perseus driver are using -march=native, which results in
some wrong opcodes for AMD cpus.
Changing to -march=x86-64 will fix the problem.
2023-10-09 01:08:38 +03:00
Stanislav Lechev [0xAF] cc4e9e3a74 add ACARSDEC to docker builds 2023-10-01 01:36:00 +03:00
Stanislav Lechev [0xAF] 64af2acb27 add dump1090 (ads-b) to docker images 2023-09-03 00:27:41 +03:00
Stanislav Lechev [0xAF] b55c06c7c4 add dumpvdl2 to docker images 2023-08-28 01:05:36 +03:00
Stanislav Lechev [0xAF] 59e3cb78fd rework docker scripts for multi-platform builds 2023-07-20 05:38:28 +03:00
Stanislav Lechev [0xAF] e3b77d9450 fix docker release builds on arm
cp version which is in debian-slim for arm seems to require -r/-a option
when copying a folder.
2023-07-16 23:45:37 +03:00
Stanislav Lechev [0xAF] 1d71d41f14 fix versioned build and skip caches for nightly builds 2023-07-10 01:00:01 +03:00
Stanislav Lechev [0xAF] 6bcfcf0b63 rework docker for building versioned images from deb packages. 2023-07-04 23:29:15 +03:00