added options: --privileged
Some checks failed
Build and Deploy ISO / build_iso (release) Failing after 1m40s
Build and Deploy ISO / deploy_iso (release) Has been skipped

This commit is contained in:
Sohrab Behdani 2025-02-12 14:19:18 +03:30
parent f670739aaf
commit 5f7ff3484d

View file

@ -13,14 +13,14 @@ jobs:
Desktop: "template" Desktop: "template"
steps: steps:
- name: Install Node.js - name: Install Node.js
run: pacman -Sy --noconfirm nodejs npm git run: pacman -Sy --noconfirm nodejs npm git sudo
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build ISO - name: Build ISO
run: | run: |
./build.sh sudo ./build.sh
echo "Renaming the output ISO file" echo "Renaming the output ISO file"
mv out/*.iso out/ParchLinux-${{ env.Desktop }}-latest.iso mv out/*.iso out/ParchLinux-${{ env.Desktop }}-latest.iso
echo "Generating MD5 checksum" echo "Generating MD5 checksum"