Update .gitea/workflows/ipxe.yaml

This commit is contained in:
Misthios 2024-10-15 19:24:25 +00:00
parent dab8f47e84
commit a065da674d

View File

@ -1,10 +1,11 @@
name: build ipxe name: build ipxe
runs-on: dynamis
on: on:
push:
schedule: schedule:
- cron: '0 2 * * SUN' - cron: '0 2 * * SUN'
jobs: jobs:
make-ipxe: make-ipxe:
runs-on: dynamis
name: make ipxe name: make ipxe
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: docker.io/alpine:edge container: docker.io/alpine:edge