Skip to content

ci: download compiled jd in testing image

Nicki Křížek requested to merge ci-docker-jd into master

Instead of compiling jd from sources, download and use the upstream's compiled binary. This makes the resulting image smaller (no golang installed) and resolves a build issue (too old go on debian:bullseye to build jd 1.6.1+).

Merge request reports