mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
Enable vips based thumbnailer for docker builds in the CI
This commit is contained in:
committed by
Ralf Haferkamp
parent
26f3e23b79
commit
3be9f82a28
@@ -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),
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user