Update main.yml
This commit is contained in:
parent
ba02735998
commit
59e71a7b1a
|
@ -8,12 +8,16 @@ jobs:
|
||||||
name: BuildISO
|
name: BuildISO
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Clone ARCHISO
|
||||||
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git :
|
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git
|
||||||
cd archiso :
|
- name: cd ArchISO
|
||||||
make install
|
run: cd archiso
|
||||||
- name: ISO Profile
|
- name: Install ARCHISO
|
||||||
run: git clone https://github.com/logzinga/elnathco.git \ cp elnathco/isoprofile ~/iso
|
run: make install
|
||||||
|
- name: Clone ISOPROFILE
|
||||||
|
run: git clone https://github.com/logzinga/elnathco.git
|
||||||
|
- name: Prepare ISO Profile
|
||||||
|
run: cp elnathco/isoprofile ~/iso
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
run: mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile
|
run: mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue