group-sway/.drone.yml

99 lines
1.7 KiB
YAML
Raw Normal View History

2020-04-18 02:22:33 +00:00
---
kind: pipeline
type: docker
name: aarch64
platform:
os: linux
arch: arm64
steps:
2020-04-18 02:26:18 +00:00
- name: wlroots-git
2020-04-18 02:22:33 +00:00
image: depau/drone-makepkg:aarch64
2020-04-18 03:00:07 +00:00
pull: always
2020-04-18 02:22:33 +00:00
settings:
2020-04-18 02:26:18 +00:00
aur: wlroots-git
2020-04-18 05:12:31 +00:00
- name: swaybg-git
2020-04-18 02:26:18 +00:00
image: depau/drone-makepkg:aarch64
settings:
2020-04-18 05:12:31 +00:00
aur: swaybg-git
2020-04-18 02:26:18 +00:00
2020-04-18 05:12:31 +00:00
- name: sway-git
2020-04-18 02:26:18 +00:00
image: depau/drone-makepkg:aarch64
settings:
2020-04-18 05:12:31 +00:00
aur: sway-git
2020-04-18 02:26:18 +00:00
- name: swayidle-git
image: depau/drone-makepkg:aarch64
settings:
aur: swayidle-git
- name: swaylock-git
image: depau/drone-makepkg:aarch64
settings:
aur: swaylock-git
2020-04-18 02:22:33 +00:00
2020-04-18 04:27:30 +00:00
- name: upload
image: plugins/s3
settings:
bucket: archlinux-packages
access_key:
from_secret: minio_user
secret_key:
from_secret: minio_passwd
source: out/*
target: /aarch64
path_style: true
endpoint: https://objstor.depau.eu
2020-04-18 02:22:33 +00:00
---
kind: pipeline
type: docker
name: x86_64
platform:
os: linux
arch: amd64
steps:
2020-04-18 02:26:18 +00:00
- name: wlroots-git
image: depau/drone-makepkg:x86_64
2020-04-18 03:00:07 +00:00
pull: always
2020-04-18 02:26:18 +00:00
settings:
aur: wlroots-git
2020-04-18 05:12:31 +00:00
- name: swaybg-git
2020-04-18 02:26:18 +00:00
image: depau/drone-makepkg:x86_64
settings:
2020-04-18 05:12:31 +00:00
aur: swaybg-git
2020-04-18 02:26:18 +00:00
2020-04-18 05:12:31 +00:00
- name: sway-git
2020-04-18 02:26:18 +00:00
image: depau/drone-makepkg:x86_64
settings:
2020-04-18 05:12:31 +00:00
aur: sway-git
2020-04-18 02:26:18 +00:00
- name: swayidle-git
image: depau/drone-makepkg:x86_64
settings:
aur: swayidle-git
- name: swaylock-git
2020-04-18 02:22:33 +00:00
image: depau/drone-makepkg:x86_64
settings:
2020-04-18 02:26:18 +00:00
aur: swaylock-git
2020-04-18 04:27:30 +00:00
- name: upload
image: plugins/s3
settings:
bucket: archlinux-packages
access_key:
from_secret: minio_user
secret_key:
from_secret: minio_passwd
source: out/*
target: /x86_64
path_style: true
endpoint: https://objstor.depau.eu