SaturnArch/.gitea/workflows/gitea-ci.yaml
Lukas Plevac 1109150f9c
All checks were successful
Build / build (push) Successful in 34m0s
Remove conatiner after build is done
2024-10-19 17:32:31 +02:00

26 lines
721 B
YAML

name: Build
run-name: ${{ gitea.actor }} is runs ci pipeline
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:
image: archlinux/archlinux:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} --privileged --rm
run: |
pacman -Syyu --noconfirm archiso
cd ${{ github.workspace }}
./build.sh
- name: Upload builded iso
uses: akkuman/gitea-release-action@v1
with:
files: |-
out/**