Markus Pesch
095145266a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
24 lines
434 B
YAML
24 lines
434 B
YAML
---
|
||
|
||
kind: pipeline
|
||
type: kubernetes
|
||
name: deploy
|
||
|
||
platform:
|
||
arсh: amd64
|
||
|
||
steps:
|
||
- name: arch-linux-pkg
|
||
commands:
|
||
- sed --in-place 's/pkgver=.*/pkgver=${DRONE_TAG}/' PKGBUILD
|
||
- makepkg --sign
|
||
environment:
|
||
MAKEPKG_PACKAGER: "csrbot@cryptic.systems"
|
||
MAKEPKG_PKGEXT: ".pkg.tar.zst"
|
||
MAKEPKG_SRCEXT: ".src.tar.zst"
|
||
image: docker.io/volkerraschek/build-image:latest
|
||
|
||
# trigger:
|
||
# event:
|
||
# include:
|
||
# - tag |