Commit Graph

4 Commits

Author SHA1 Message Date
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] b55c06c7c4 add dumpvdl2 to docker images 2023-08-28 01:05:36 +03:00
Stanislav Lechev [0xAF] 6bcfcf0b63 rework docker for building versioned images from deb packages. 2023-07-04 23:29:15 +03:00