SaturnArch/.gitea/workflows/gitea-ci.yaml
Lukas Plevac b0cf2e483d
Some checks failed
Build / build (push) Failing after 2m7s
docker archlinux fix
2024-10-19 16:15:30 +02:00

24 lines
647 B
YAML

name: Build
run-name: ${{ gitea.actor }} is runs ci pipeline
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run the build process with Docker
uses: https://github.com/addnab/docker-run-action@v3
with:
image: archlinux:latest
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
run: |
pacman -Syyu --noconfirm archiso
cd ${{ github.workspace }}
./build
- name: Upload builded iso
uses: actions/upload-artifact@v4
with:
name: images
path: out/