define-alpine/.woodpecker.yml

9 lines
300 B
YAML
Raw Permalink Normal View History

2022-06-18 00:21:07 +00:00
pipeline:
build:
image: docker.io/alpine:3.16
commands:
2022-06-18 00:22:20 +00:00
- apk add doas doas-sudo-shim lua5.1 squashfs-tools
2022-06-18 00:21:07 +00:00
- echo "permit nopass root" >> /etc/doas.d/doas.conf
- time lua5.1 setup.lua
2022-07-02 19:01:51 +00:00
- ls -l image.squashfs boot/initramfs-* && du -h image.squashfs boot/initramfs-*