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