14 lines
205 B
YAML
14 lines
205 B
YAML
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: amd64
|
||
|
|
||
|
steps:
|
||
|
- name: build-linux-amd64
|
||
|
image: docker.io/volkerraschek/build-image:latest
|
||
|
commands:
|
||
|
- make
|
||
|
when:
|
||
|
event:
|
||
|
- push
|
||
|
- pull_request
|
||
|
- tag
|