mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-22 12:35:04 +02:00
@eshanized: push via script
This commit is contained in:
33
.github/workflows/build.yml
vendored
33
.github/workflows/build.yml
vendored
@@ -1,35 +1,22 @@
|
|||||||
name: Build ArchISO
|
name: Snigdha OS Arctic
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: master
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# container:
|
container:
|
||||||
# image: archlinux
|
image: archlinux:latest
|
||||||
# options: --privileged
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Install Git
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
run: |
|
||||||
pacman -S --noconfirm archiso git
|
pacman -S --noconfirm git
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- name: Clone ArchISO repository
|
with:
|
||||||
run: git clone https://github.com/Snigdha-OS/snigdhaos-arctic.git
|
fetch-depth: 1
|
||||||
|
- name: Build snigdha os
|
||||||
- name: Build ArchISO image
|
|
||||||
run: |
|
run: |
|
||||||
cd scripts
|
cd scripts
|
||||||
./01-online-build
|
./01-online-build
|
||||||
|
|
||||||
- name: Upload built ISO artifact
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: snigdhaos-arctic
|
|
||||||
path: output/*.iso
|
|
||||||
|
Reference in New Issue
Block a user