xwim-build/.drone.yml
Armin Friedl 93440cacf2
All checks were successful
continuous-integration/drone/push Build is passing
Split build into pipelines
2021-02-24 22:02:27 +01:00

36 lines
656 B
YAML

kind: pipeline
type: docker
name: glibc-shared
steps:
- name: build
image: plugins/docker
settings:
dockerfile: glibc-shared/Dockerfile
context: glibc-shared
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: arminfriedl/xwim-build
tags:
- shared
---
kind: pipeline
type: docker
name: musl-static
steps:
- name: build
image: plugins/docker
settings:
dockerfile: musl-static/Dockerfile
context: musl-static
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: arminfriedl/xwim-build
tags:
- static