Create main.yml

mainly experimenting dont mind this
This commit is contained in:
log :3 2022-11-17 18:39:56 +11:00 committed by GitHub
parent 45066f1a5f
commit 0fd29f3240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,19 @@
on:
push:
branches:
- main
jobs:
BuildISO:
name: BuildISO
runs-on: ubuntu-18.04
steps:
- name: Install Dependencies
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git \ cd archiso \ make install
- name: ISO Profile
run: git clone https://github.com/logzinga/elnathco.git \ cp elnathco/isoprofile ~/iso
- name: Build ISO
run: mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile