Files
snigdhaos-arctic/.github/workflows/build.yml
Eshan Roy (Eshanized) aad20bfabe @eshanized: push via script
2024-03-13 19:13:27 +05:30

24 lines
475 B
YAML

name: Snigdha OS Arctic
on:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
container:
image: archlinux:latest
steps:
- name: Install Git
run: |
pacman -Syy --noconfirm
pacman -S --noconfirm git
pacman -S --noconfirm archiso
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Build snigdha os
run: |
cd scripts
./02-github-build