Files
ucore/.github/workflows/build-stable.yml
2025-11-08 10:31:55 -06:00

20 lines
404 B
YAML

name: stable
on:
merge_group:
pull_request:
branches:
- main
paths-ignore:
- "**.md"
schedule:
- cron: "50 2 * * *" # 2:50am-ish UTC everyday (approx 45 minutes after akmods images run)
workflow_dispatch:
jobs:
build-stable:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
coreos_version: stable
arch: "['aarch64','x86_64']"