1
Fork 0
ci-images/pipelines/build-and-push.json
Lucas Schwiderski a31f183cc1
Some checks failed
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/rust-xwin Building image rust-xwin
build/mx-puppet-steam Building image mx-puppet-steam
build/base Building image base
build/frp Building image frp
build/fluentd Building image fluentd
build/node-script Building image node-script
build/forgejo Building image forgejo
build/python-script Building image python-script
build/fava Building image fava
build/gotenberg Building image gotenberg
build/nextcloud Building image nextcloud
build/caddy Building image caddy
build/lua-clib Building image lua-clib
build/ruby-script Building image ruby-script
Build ARM image for caddy
2025-02-26 15:05:35 +01:00

65 lines
1.3 KiB
JSON

{
"images": [
{
"type": "simple",
"name": "lua-clib"
},
{
"type": "simple",
"name": "python-script"
},
{
"type": "simple",
"name": "node-script"
},
{
"type": "simple",
"name": "ruby-script"
},
{
"type": "simple",
"name": "base"
},
{
"type": "simple",
"name": "nextcloud"
},
{
"type": "simple",
"name": "gotenberg"
},
{
"type": "simple",
"name": "fluentd"
},
{
"type": "simple",
"name": "forgejo"
},
{
"type": "simple",
"name": "frp"
},
{
"type": "simple",
"name": "fava"
},
{
"type": "file",
"name": "rust-xwin"
},
{
"type": "file",
"name": "gitea"
},
{
"type": "simple",
"name": "mx-puppet-steam"
},
{
"type": "simple",
"name": "caddy",
"platform": "linux/amd64,linux/arm64/v8"
}
]
}