This repository has been archived on 2022-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Segfautils/.woodpecker.yml
2022-08-12 20:59:29 +01:00

11 lines
195 B
YAML

pipeline:
build:
image: golang:latest
commands:
- go build -o segfautils
dockerize:
image: docker:dind
commands:
- docker build -t projectsegfault/segfautils .