Update main.yml #23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mika ISO test build | |
on: | |
push: | |
branches: | |
- main | |
- develop | |
jobs: | |
build: | |
runs-on: | |
- self-hosted | |
- Arch | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Removing old files from previous builds | |
run: sudo rm -rf /home/luciousdev/actions-runner/_work/base-iso/base-iso | |
- name: Clone the repository | |
run: git clone https://github.com/Mika-Project/base-iso.git | |
- name: cd into working directory | |
run: cd /home/luciousdev/actions-runner/_work/base-iso/base-iso | |
- name: Build the Arch ISO | |
run: sudo mkarchiso -v -r . |