Files
diceware/.woodpecker/build.yaml
2025-11-05 20:55:10 +01:00

17 lines
225 B
YAML

matrix:
platform:
- linux/amd64
labels:
platform: ${platform}
steps:
build:
when:
event: [push]
image: alpine:latest
commands:
- apk add --no-cache make bash binutils gcc
- make