Files
diceware/.woodpecker/build.yaml

17 lines
225 B
YAML
Raw Normal View History

2025-11-05 20:55:10 +01:00
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