wesley van tilburg
3a5d5f06d2
Some checks failed
Gitea Actions Demo / make ipxe (push) Failing after 2s
15 lines
371 B
YAML
15 lines
371 B
YAML
name: Gitea Actions Demo
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
runs-on: runner-01-x86_64
|
|
on: [push]
|
|
|
|
jobs:
|
|
make-ipxe:
|
|
name: make ipxe
|
|
runs-on: runner-01-x86_64
|
|
container: docker.io/alpine:edge
|
|
steps:
|
|
- name: install dependencies
|
|
run: |
|
|
apk add git make binutils mtools perl xz-dev libc-dev clang nodejs
|