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