SaturnArch/.gitea/workflows/gitea-ci.yaml
Lukas Plevac 8efe7e257f
Some checks failed
Build / build (push) Failing after 18s
added code checkout
2024-10-19 16:33:50 +02:00

31 lines
859 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: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
cd ${{ github.workspace }}
ls
./build
- name: Upload builded iso
uses: actions/upload-artifact@v4
with:
name: images
path: out/