|
|
|
@ -11,12 +11,7 @@ steps:
|
|
|
|
|
- name: build-package
|
|
|
|
|
image: depau/drone-makepkg:aarch64
|
|
|
|
|
settings:
|
|
|
|
|
#aur: aurpackage-git
|
|
|
|
|
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
|
|
|
|
#install_outputs: yes # default
|
|
|
|
|
#install: 'pkg1,pkg2,pkg3'
|
|
|
|
|
#pkgbuild: ./PKGBUILD # default
|
|
|
|
|
#auto_makeflags: yes # default
|
|
|
|
|
aur: inkscape-git
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
kind: pipeline
|
|
|
|
@ -31,10 +26,5 @@ steps:
|
|
|
|
|
- name: build-package
|
|
|
|
|
image: depau/drone-makepkg:x86_64
|
|
|
|
|
settings:
|
|
|
|
|
#aur: aurpackage-git
|
|
|
|
|
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
|
|
|
|
#install_outputs: yes # default
|
|
|
|
|
#install: 'pkg1,pkg2,pkg3'
|
|
|
|
|
#pkgbuild: ./PKGBUILD # default
|
|
|
|
|
#auto_makeflags: yes # default
|
|
|
|
|
aur: inkscape-git
|
|
|
|
|
|
|
|
|
|