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

15 lines
359 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: ubuntu-latest
container: docker.io/alpine:edge
steps:
- name: install dependencies
run: |
apk add git make binutils mtools perl xz-dev libc-dev clang nodejs