build: fix missing array
This commit is contained in:
parent
ba11b6ac4e
commit
3677b8ecb8
@ -25,11 +25,13 @@ local build_steps(versions,arch) = [
|
|||||||
image: "quay.io/buildah/stable",
|
image: "quay.io/buildah/stable",
|
||||||
privileged: true,
|
privileged: true,
|
||||||
volumes:
|
volumes:
|
||||||
|
[
|
||||||
{
|
{
|
||||||
name: "fedhq-ca-crt",
|
name: "fedhq-ca-crt",
|
||||||
path: "/etc/ssl/certs2/"
|
path: "/etc/ssl/certs2/"
|
||||||
|
|
||||||
},
|
}
|
||||||
|
],
|
||||||
commands: [
|
commands: [
|
||||||
"scripts/setupEnvironment.sh",
|
"scripts/setupEnvironment.sh",
|
||||||
"cd " + version.dir + ";" + 'buildah bud --network host -t "registry.cloud.federationhq.de/redmine:' +version.tag + "-" + arch + '" --arch ' + arch,
|
"cd " + version.dir + ";" + 'buildah bud --network host -t "registry.cloud.federationhq.de/redmine:' +version.tag + "-" + arch + '" --arch ' + arch,
|
||||||
|
Loading…
Reference in New Issue
Block a user