Compare commits
7 commits
2024.07.18
...
main
Author | SHA1 | Date | |
---|---|---|---|
1204cf2a7d | |||
|
d49e3e844a | ||
|
432fcff316 | ||
15ae5742ee | |||
46d66bf79e | |||
0e0d902d1f | |||
12924ac61d |
2 changed files with 5 additions and 3 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Packages via Pacman
|
||||
run: pacman -Syu --noconfirm; pacman --noconfirm -S git archiso python python-pygithub github-cli p7zip
|
||||
run: pacman -Syu --noconfirm; pacman --noconfirm -S git archiso python python-pygithub github-cli p7zip zip
|
||||
- name: Replace packages and profile with Nvidia versions
|
||||
run: |
|
||||
mv iso/packages-nvidia.x86_64 iso/packages.x86_64
|
||||
|
@ -31,6 +31,7 @@ jobs:
|
|||
run: mkarchiso -v iso/
|
||||
- name: Upload Nvidia iso to the release
|
||||
run: |
|
||||
rm -rf ./work
|
||||
cd ./out
|
||||
mkdir iso_parts
|
||||
md5sum "$(ls *.iso)" > iso_parts/iso-md5sums-nvidia.txt
|
||||
|
@ -48,7 +49,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Packages via Pacman
|
||||
run: pacman -Syu --noconfirm; pacman --noconfirm -S git archiso python python-pygithub github-cli p7zip
|
||||
run: pacman -Syu --noconfirm; pacman --noconfirm -S git archiso python python-pygithub github-cli p7zip zip
|
||||
- name: remove packages and profile of nvidia versions
|
||||
run: |
|
||||
rm -f iso/airootfs/etc/mkinitcpio.conf-nvidia
|
||||
|
@ -56,6 +57,7 @@ jobs:
|
|||
run: mkarchiso -v iso/
|
||||
- name: Upload non-Nvidia iso to the release
|
||||
run: |
|
||||
rm -rf ./work
|
||||
cd ./out
|
||||
mkdir iso_parts
|
||||
md5sum "$(ls *.iso)" > iso_parts/iso-md5sums.txt
|
||||
|
|
|
@ -218,7 +218,7 @@ mesa
|
|||
|
||||
# Gaming Stuff
|
||||
steam
|
||||
wine
|
||||
wine-staging
|
||||
wine-gecko
|
||||
wine-mono
|
||||
lutris
|
||||
|
|
Loading…
Add table
Reference in a new issue