mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-21 03:55:04 +02:00
Update build.yml
This commit is contained in:

committed by
GitHub

parent
53bd2d40d8
commit
049c577eaf
38
.github/workflows/build.yml
vendored
38
.github/workflows/build.yml
vendored
@@ -1,40 +1,4 @@
|
|||||||
# This workflow will build Snigdha OS ISO file with the commit on it
|
|
||||||
|
|
||||||
name: Build Snigdha OS ISO
|
name: Build Snigdha OS ISO
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- 'docs/**'
|
|
||||||
- '**.editorconfig'
|
|
||||||
- '**.gitignore'
|
|
||||||
- '**.md'
|
|
||||||
- 'LICENSE'
|
|
||||||
- 'PKGBUILD'
|
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- created
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: archlinux:latest
|
|
||||||
options: --privileged
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: pwd
|
|
||||||
- run: find .
|
|
||||||
- run: cat /etc/os-release
|
|
||||||
- run: pacman-key --init
|
|
||||||
- run: pacman --noconfirm -Sy archlinux-keyring
|
|
||||||
- run: pacman --noconfirm -S snigdhaos-keyring
|
|
||||||
- run: ./build_iso.sh
|
|
||||||
- uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: Arch Live ISO
|
|
||||||
path: /tmp/archlive/out/*.iso
|
|
||||||
|
Reference in New Issue
Block a user