Merge branch 'version-patch' into 'main'

Set up version system

See merge request blendOS/image-builder!1
This commit is contained in:
Rudra Saraswat 2024-06-04 12:22:27 +00:00
commit e69475e562
2 changed files with 5 additions and 3 deletions

View file

@ -25,6 +25,8 @@ build-job: # This job runs in the build stage, which runs first.
- pacman -Scc
- mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ .
- mv out/* blendOS.iso
- echo $CI_COMMIT_SHA > version
artifacts:
paths:
- blendOS.iso
- blendOS.iso
- version

View file

@ -8,11 +8,11 @@ sudo pacman -S archiso
```
### 2. Pull the repository
```
git clone https://github.com/blend-os/blendiso.git
git clone https://git.blendos.co/blendOS/image-builder.git
```
### 3. Build
```
cd blendiso
cd image-builder
sudo mkarchiso -v -w workdir/ -o out/ .
```
Once the building process is finished you can find the ISO image in the `./out` directory.