--- 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: swaybg-git image: depau/drone-makepkg:aarch64 settings: aur: swaybg-git - name: sway-git image: depau/drone-makepkg:aarch64 settings: aur: sway-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 - 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 --- 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: swaybg-git image: depau/drone-makepkg:x86_64 settings: aur: swaybg-git - name: sway-git image: depau/drone-makepkg:x86_64 settings: aur: sway-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 - 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