Add a build for arch and manjaro

This commit is contained in:
June Tate-Gans 2024-03-28 17:45:13 -05:00
parent 49c2a3fa44
commit c233848202

View File

@ -24,3 +24,28 @@ steps:
- touch /etc/pbuilderrc - touch /etc/pbuilderrc
- apt-get install -y devscripts python3 build-essential git-buildpackage appstream dh-sequence-python3 meson - apt-get install -y devscripts python3 build-essential git-buildpackage appstream dh-sequence-python3 meson
- make - make
---
kind: pipeline
type: kubernetes
name: manjaro-build
steps:
- name: build
image: archlinux:latest
settings:
registry: gitea.hedron.io
username:
from_secret: username
password:
from_secret: password
repo: gitea.hedron.io/jtgans/g13gui
tags:
- latest
platform: linux/amd64
mtu: 1000
commands:
- make