pcre/.woodpecker.yml
Elara Musayelyan 4ce849193f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add riscv64 test
2023-08-04 20:25:57 -07:00

14 lines
202 B
YAML

matrix:
platform:
- linux/amd64
- linux/arm64
- linux/riscv64
steps:
test:
image: gitea.elara.ws/elara6331/golang:latest
commands:
- go test
when:
- event: push