testing
Some checks failed
Build / build (push) Failing after 5s

This commit is contained in:
Lukáš Plevač 2024-10-19 16:32:21 +02:00
parent 801fef9e46
commit d35f5f1d54

View File

@ -7,16 +7,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run the build process with Docker
uses: https://github.com/addnab/docker-run-action@v3
uses: addnab/docker-run-action@v3
with:
image: archlinux:latest
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
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
#gpg --refresh-keys
#pacman-key --init && pacman-key --populate
#pacman-key --refresh-keys
#pacman -Syyu --noconfirm archiso
cd ${{ github.workspace }}
ls
./build
- name: Upload builded iso