Enable vips based thumbnailer for docker builds in the CI

This commit is contained in:
Ralf Haferkamp
2024-10-15 18:27:40 +02:00
committed by Ralf Haferkamp
parent 26f3e23b79
commit 3be9f82a28

View File

@@ -1406,7 +1406,7 @@ def dockerRelease(ctx, arch, repo, build_type):
"image": OC_CI_GOLANG,
"environment": DRONE_HTTP_PROXY_ENV,
"commands": [
"make -C ocis release-linux-docker-%s" % (arch),
"make -C ocis release-linux-docker-%s ENABLE_VIPS=true" % (arch),
],
},
{