Update build arch
Some checks failed
Build / build (push) Failing after 3m10s

This commit is contained in:
Lukáš Plevač 2024-10-19 16:41:54 +02:00
parent 8efe7e257f
commit bb51dd35d1

View File

@ -12,16 +12,12 @@ jobs:
- name: Run the build process with Docker - name: Run the build process with Docker
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
with: with:
image: archlinux:latest image: archlinux/archlinux:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: | run: |
#gpg --refresh-keys pacman -Syyu --noconfirm archiso
#pacman-key --init && pacman-key --populate
#pacman-key --refresh-keys
#pacman -Syyu --noconfirm archiso
cd ${{ github.workspace }} cd ${{ github.workspace }}
ls ./build.sh
./build
- name: Upload builded iso - name: Upload builded iso
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4