mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 04:40:05 -06:00
build only needed binary for CI docker builds
This commit is contained in:
@@ -880,7 +880,7 @@ def dockerRelease(ctx, arch):
|
||||
"name": "build",
|
||||
"image": OC_CI_GOLANG,
|
||||
"commands": [
|
||||
"make -C ocis release-linux-docker",
|
||||
"make -C ocis release-linux-docker-%s" % (arch),
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -954,7 +954,7 @@ def dockerEos(ctx):
|
||||
"name": "build",
|
||||
"image": OC_CI_GOLANG,
|
||||
"commands": [
|
||||
"make -C ocis release-linux-docker",
|
||||
"make -C ocis release-linux-docker-amd64",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user