trepa/build/ci/.build.yml
qpismont 3f7fe22392
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build unknown status
upgrade go 1.24.2
2025-04-08 18:50:30 +02:00

14 lines
No EOL
198 B
YAML

when:
event: [tag, push]
steps:
- name: build
image: golang:1.24.2-alpine
commands:
- apk update
- apk add bash
- bash scripts/build.sh
depends_on:
- lint
- tests