From 3a4bc7900d91bc1fa7b1a5cfdceba75bdf9c4951 Mon Sep 17 00:00:00 2001 From: Lukas Plevac Date: Sat, 19 Oct 2024 16:07:55 +0200 Subject: [PATCH] docker archlinux --- .gitea/workflows/gitea-ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 470e8bb..0136d2b 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -4,10 +4,9 @@ on: [ push ] jobs: build: - runs-on: archlinux-latest + runs-on: ubuntu-latest steps: - - run: pacman -Syyu --noconfirm archiso - - run: ./build + - run: docker run -it --rm -v .:/iso archlinux "cd /iso && pacman -Syyu --noconfirm archiso && ./build" - uses: actions/upload-artifact@v4 with: name: images