You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
862 B
YAML
43 lines
862 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: aarch64
|
|
|
|
platform:
|
|
os: linux
|
|
arch: arm64
|
|
|
|
steps:
|
|
- name: build-package
|
|
image: depau/drone-makepkg:aarch64
|
|
pull: true
|
|
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
|
|
|
|
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: x86_64
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: build-package
|
|
image: depau/drone-makepkg:x86_64
|
|
pull: true
|
|
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
|
|
|