Compare commits
2 Commits
86ead8922d
...
cf5c40a692
Author | SHA1 | Date | |
---|---|---|---|
cf5c40a692 | |||
2b1b9e7205 |
22
.drone.yml
22
.drone.yml
@ -11,7 +11,7 @@ steps:
|
|||||||
- name: markdown lint
|
- name: markdown lint
|
||||||
commands:
|
commands:
|
||||||
- markdownlint *.md
|
- markdownlint *.md
|
||||||
image: docker.io/tmknom/markdownlint:0.23.1
|
image: docker.io/volkerraschek/markdownlint:0.30.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50
|
cpu: 50
|
||||||
@ -47,6 +47,10 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: archlinux
|
name: archlinux
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: archlinux
|
- name: archlinux
|
||||||
image: docker.io/volkerraschek/build-image:latest
|
image: docker.io/volkerraschek/build-image:latest
|
||||||
@ -93,6 +97,10 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: centos
|
name: centos
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: centos7
|
- name: centos7
|
||||||
image: docker.io/volkerraschek/build-image:latest
|
image: docker.io/volkerraschek/build-image:latest
|
||||||
@ -139,6 +147,10 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: debian
|
name: debian
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 8-slim
|
- name: 8-slim
|
||||||
image: docker.io/volkerraschek/build-image:latest
|
image: docker.io/volkerraschek/build-image:latest
|
||||||
@ -218,6 +230,10 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: fedora
|
name: fedora
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: fedora-33
|
- name: fedora-33
|
||||||
image: docker.io/volkerraschek/build-image:latest
|
image: docker.io/volkerraschek/build-image:latest
|
||||||
@ -275,6 +291,10 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: ubuntu
|
name: ubuntu
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ubuntu-16.04
|
- name: ubuntu-16.04
|
||||||
image: docker.io/volkerraschek/build-image:latest
|
image: docker.io/volkerraschek/build-image:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user