CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Cat /dev/Nulo 2022-06-17 21:21:07 -03:00
parent 04b0d4d88a
commit b5bdbf0c81

8
.woodpecker.yml Normal file
View file

@ -0,0 +1,8 @@
pipeline:
build:
image: docker.io/alpine:3.16
commands:
- apk add doas doas-sudo-shim lua5.1
- echo "permit nopass root" >> /etc/doas.d/doas.conf
- lua5.1 setup.lua
- ls -l image.squashfs && du -h image.squashfs