Enable vips based thumbnailer for docker builds in the CI
This commit is contained in:
committed by
Ralf Haferkamp
parent
26f3e23b79
commit
3be9f82a28
+1
-1
@@ -1406,7 +1406,7 @@ def dockerRelease(ctx, arch, repo, build_type):
|
|||||||
"image": OC_CI_GOLANG,
|
"image": OC_CI_GOLANG,
|
||||||
"environment": DRONE_HTTP_PROXY_ENV,
|
"environment": DRONE_HTTP_PROXY_ENV,
|
||||||
"commands": [
|
"commands": [
|
||||||
"make -C ocis release-linux-docker-%s" % (arch),
|
"make -C ocis release-linux-docker-%s ENABLE_VIPS=true" % (arch),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user