parent
04b0d4d88a
commit
b5bdbf0c81
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal 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
|
Loading…
Reference in a new issue