netty5/docker/docker-compose.centos-6.18.yaml
Norman Maurer 42145902a7
Correctly deploy artifacts that are build on different archs (#10893)
Motivation:

We need to take special care when deploying snapshots as we need to generate the jars in multiple steps

Modifications:

- Use the nexus staging pluging to stage jars locally in multiple steps
- Add extra job that will merge these staged jars and deploy these

Result:

Fixes https://github.com/netty/netty/issues/10887
2020-12-24 12:00:08 +01:00

31 lines
470 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-6-1.8
build:
args:
java_version : "adopt@1.8.0-272"
build:
image: netty:centos-6-1.8
build-leak:
image: netty:centos-6-1.8
build-boringssl-static:
image: netty:centos-6-1.8
build-leak-boringssl-static:
image: netty:centos-6-1.8
stage-snapshot:
image: netty:centos-6-1.8
deploy:
image: netty:centos-6-1.8
shell:
image: netty:centos-6-1.8