Add automatic building
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
lagertonne 2021-03-07 13:43:29 +01:00
parent 9cca72bc0b
commit 8b1b318371

31
.drone.yml Normal file
View file

@ -0,0 +1,31 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: Build live-cd Image
image: debian:buster
privileged: true
commands:
- apt update
- apt install -y live-build binutils
- sed -i '1161s%umount%#umount%' /usr/share/debootstrap/functions
- lb clean --purge
- lb config
- lb build
# - name: gitea_release
# image: plugins/gitea-release
# settings:
# api_key:
# from_secret: lagertonne_droneio_key
# base_url: https://git.neulandlabor.de/
# files:
# - live-image*.iso
# checksum:
# - sha512
# - md5
# when:
# event: tag