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
uses: addnab/docker-run-action@v3
with:
image: archlinux:latest
image: archlinux/archlinux:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
#gpg --refresh-keys
#pacman-key --init && pacman-key --populate
#pacman-key --refresh-keys
#pacman -Syyu --noconfirm archiso
pacman -Syyu --noconfirm archiso
cd ${{ github.workspace }}
ls
./build
./build.sh
- name: Upload builded iso
uses: actions/upload-artifact@v4