Skip to content

chore: add ci

chore: add ci #11

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm base-devel
- name: Build
run: |
cd arch/
# makepkg requires non-root user
useradd builder
chown -R builder:builder .
sudo -u builder makepkg -s --noconfirm