Commit Graph

13 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] a71e575105 add readsea to docker (RDS) 2023-12-11 05:17:53 +02:00
Stanislav Lechev [0xAF] e089236beb fix wrong MARCH for docker 2023-10-09 12:49:43 +03: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] 2af1a7c20f fix dump1090 for nightly docker images 2023-09-03 03:08:10 +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] 3274598a33 fix compilation of codec2 in docker image 2023-08-01 03:45:27 +03:00
Daniel Ekman 3dae1f4c1a Docker, use global MAKEFLAGS 2023-07-17 17:21:43 +02:00
Stanislav Lechev [0xAF] 923c16c800 Fix docker build in lxc environment
Docker will use fuse-overlayfs in my lxc container.
The problem is that when the file is moved, the mv command returns with
error, saying it's the same file and cannot be moved. This is because
under the hood, the file is actually the same. Easiest fix is to cp it.
2023-07-05 04:21:54 +03:00
Stanislav Lechev [0xAF] 27f42c7085 Rework docker build scripts for OWRX+ to build nighlty with all receivers and demodulators.
Add variables and rework the docker files to allow building with
different name (i.e. not 'openwebrx') and upload to different docker hub
account.
Rework the build system, to safe bandwidth (not installing dependencies
with every script) and CPU. On my system this made the building of the
full image in 35 minutes, instead of 60+ minutes. This will allow us to
have a -nightly builds, without spending much CPU and BW on the server,
which will compile them.
2023-07-04 03:26:50 +03:00