mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-18 09:05:31 -04:00
build only needed binary for CI docker builds
This commit is contained in:
1 file changed
+2
-2
+2
-2
@@ -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