Merge branch 'hikari-main-patch-4e7c' into 'main'

Hikari main patch 4e7c

See merge request iso/team/parch-iso-plasma!7
This commit is contained in:
Sohrab Behdani 2024-08-22 13:53:34 +00:00
commit e89781ee9b
2 changed files with 15 additions and 1 deletions

14
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,14 @@
stages:
- build
image: archlinux/archlinux:base-devel
archiso:
stage: build
script:
- ./build.sh
artifacts:
paths:
- out/*.iso
expire_in: 1 week

View file

@ -34,7 +34,7 @@ main() {
echo -e "$Blue### install complete ###$reset"
echo -e "$Green### start build $reponame with archiso ###$reset"
build
makezip
# makezip
fi
else
echo -e "$Red###os cant supported###$reset"