synced source with latest profile
This commit is contained in:
parent
fae5a3735a
commit
665d916d3b
3 changed files with 20 additions and 16 deletions
30
.github/workflows/build.yaml
vendored
30
.github/workflows/build.yaml
vendored
|
@ -1,10 +1,15 @@
|
||||||
# This workflow will build an Arch Linux ISO file when a release is created.
|
# This workflow will build an Arch Linux ISO file with the commit on it
|
||||||
name: build parchiso per release
|
name: build parchiso per release
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- created
|
- created
|
||||||
|
|
||||||
|
env:
|
||||||
|
api_key: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
name: ${{ github.event.repository.name }}
|
||||||
|
release_name: ${{ github.ref_name }}
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -16,18 +21,17 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Packages via Pacman
|
- name: Install Packages via Pacman
|
||||||
run: |
|
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub github-cli reflector p7zip
|
||||||
pacman -Suy --noconfirm --noprogressbar
|
- name: Change Arch docker mirror
|
||||||
pacman -Sy --noconfirm --noprogressbar --needed git archiso python python-pygithub reflector
|
run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
|
||||||
- name: Change pacman mirrors
|
|
||||||
run: |
|
|
||||||
reflector -n 3 --protocol https --save /etc/pacman.d/mirrorlist
|
|
||||||
pacman -Syy
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: mkarchiso -v iso/
|
run: mkarchiso -v iso/
|
||||||
- name: Upload iso to the release
|
- name: Upload iso to the release
|
||||||
env:
|
run: |
|
||||||
API_KEY: ${{ secrets.GITHUB_TOKEN }}
|
cd ./out
|
||||||
REPO_NAME: ${{ github.repository }}
|
mkdir iso_parts
|
||||||
RELEASE_NAME: ${{ github.ref_name }}
|
# split -d -b 2000M "$(ls *.iso)" iso_parts/"$(ls *.iso)"_part
|
||||||
run: python tools/upload_asset.py
|
#zip -s 2000m iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
||||||
|
7z -v1000m a iso_parts/"$(ls *.iso)".zip "$(ls *.iso)"
|
||||||
|
md5sum iso_parts/* > iso_parts/md5sums.txt
|
||||||
|
gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }}
|
||||||
|
|
|
@ -120,6 +120,7 @@ vim
|
||||||
virtualbox-guest-utils-nox
|
virtualbox-guest-utils-nox
|
||||||
vpnc
|
vpnc
|
||||||
which
|
which
|
||||||
|
boost
|
||||||
wireless-regdb
|
wireless-regdb
|
||||||
wireless_tools
|
wireless_tools
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
|
@ -141,7 +142,6 @@ sddm
|
||||||
|
|
||||||
#Desktop
|
#Desktop
|
||||||
parch-dwm-dots
|
parch-dwm-dots
|
||||||
dmscripts-git
|
|
||||||
dmenu
|
dmenu
|
||||||
kitty
|
kitty
|
||||||
volumeicon
|
volumeicon
|
||||||
|
@ -176,7 +176,6 @@ btop
|
||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
packagekit-qt5
|
packagekit-qt5
|
||||||
neofetch-git
|
neofetch-git
|
||||||
ttf-ms-fonts
|
|
||||||
parch-firefox-config
|
parch-firefox-config
|
||||||
vazirmatn-fonts
|
vazirmatn-fonts
|
||||||
ttf-joypixels
|
ttf-joypixels
|
||||||
|
@ -184,7 +183,7 @@ parch-wm-calamares
|
||||||
|
|
||||||
#parchlinuxstuff
|
#parchlinuxstuff
|
||||||
calamares
|
calamares
|
||||||
parchlinux-cala-config
|
calamares-parch
|
||||||
os-prober
|
os-prober
|
||||||
paru
|
paru
|
||||||
parch-branding
|
parch-branding
|
||||||
|
@ -193,3 +192,4 @@ parch-os-wallpapers
|
||||||
parch-emoji-ios
|
parch-emoji-ios
|
||||||
bash-completion
|
bash-completion
|
||||||
iranian-fonts
|
iranian-fonts
|
||||||
|
parch-grub
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 470 KiB After Width: | Height: | Size: 181 KiB |
Loading…
Add table
Reference in a new issue