updated iso
This commit is contained in:
parent
e301283fb5
commit
c331d57a93
2 changed files with 19 additions and 3 deletions
16
iso/.gitlab-ci.yml
Normal file
16
iso/.gitlab-ci.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
image: archlinux/archlinux:base-devel
|
||||
|
||||
archiso:
|
||||
stage: build
|
||||
script:
|
||||
- ./build.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- out/*.iso
|
||||
expire_in: 1 week
|
||||
|
||||
rules:
|
||||
when: manual
|
|
@ -153,11 +153,11 @@ fastfetch
|
|||
|
||||
#ParchLinux Core Packages
|
||||
parch-welcome
|
||||
calamares-parch-beta
|
||||
calamares-git
|
||||
calamares-parch
|
||||
calamares
|
||||
os-prober
|
||||
paru
|
||||
parch-emoji-ios
|
||||
vazirmatn-fonts
|
||||
ttf-vazirmatn
|
||||
parch-branding
|
||||
parch-pacman
|
||||
|
|
Loading…
Add table
Reference in a new issue