group-sway/.drone.yml

72 lines
1.2 KiB
YAML

---
kind: pipeline
type: docker
name: aarch64
platform:
os: linux
arch: arm64
steps:
- name: wlroots-git
image: depau/drone-makepkg:aarch64
pull: always
settings:
aur: wlroots-git
- name: sway-git
image: depau/drone-makepkg:aarch64
settings:
aur: sway-git
- name: swaybg-git
image: depau/drone-makepkg:aarch64
settings:
aur: swaybg-git
- name: swayidle-git
image: depau/drone-makepkg:aarch64
settings:
aur: swayidle-git
- name: swaylock-git
image: depau/drone-makepkg:aarch64
settings:
aur: swaylock-git
---
kind: pipeline
type: docker
name: x86_64
platform:
os: linux
arch: amd64
steps:
- name: wlroots-git
image: depau/drone-makepkg:x86_64
pull: always
settings:
aur: wlroots-git
- name: sway-git
image: depau/drone-makepkg:x86_64
settings:
aur: sway-git
- name: swaybg-git
image: depau/drone-makepkg:x86_64
settings:
aur: swaybg-git
- name: swayidle-git
image: depau/drone-makepkg:x86_64
settings:
aur: swayidle-git
- name: swaylock-git
image: depau/drone-makepkg:x86_64
settings:
aur: swaylock-git