pcre/.woodpecker.yml

14 lines
202 B
YAML
Raw Normal View History

2023-07-27 16:36:28 +00:00
matrix:
platform:
- linux/amd64
- linux/arm64
2023-08-05 03:25:57 +00:00
- linux/riscv64
2023-07-27 16:36:28 +00:00
steps:
test:
2023-08-05 03:25:57 +00:00
image: gitea.elara.ws/elara6331/golang:latest
2023-07-27 16:36:28 +00:00
commands:
- go test
when:
- event: push