Artifactory/.gitea/workflows/ipxe.yaml
wesley van tilburg e9497ee975
Some checks failed
Gitea Actions Demo / make ipxe (push) Failing after 1s
update ci
2024-10-15 21:32:31 +02:00

15 lines
353 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
runs-on: dynamis
on: [push]
jobs:
make-ipxe:
name: make ipxe
runs-on: dynamis
container: docker.io/alpine:edge
steps:
- name: install dependencies
run: |
apk add git make binutils mtools perl xz-dev libc-dev clang nodejs