xwim-build/.drone.yml

37 lines
656 B
YAML
Raw Normal View History

2020-02-16 02:03:02 +00:00
kind: pipeline
2021-02-24 20:41:48 +00:00
type: docker
name: glibc-shared
2020-02-16 02:03:02 +00:00
steps:
2021-02-24 20:41:48 +00:00
- name: build
2020-02-16 02:03:02 +00:00
image: plugins/docker
settings:
dockerfile: glibc-shared/Dockerfile
2021-02-24 20:41:48 +00:00
context: glibc-shared
2020-02-16 02:03:02 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: arminfriedl/xwim-build
tags:
- shared
2021-02-24 20:41:48 +00:00
---
kind: pipeline
type: docker
name: musl-static
steps:
- name: build
image: plugins/docker
settings:
dockerfile: musl-static/Dockerfile
2021-02-24 20:41:48 +00:00
context: musl-static
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: arminfriedl/xwim-build
tags:
- static