mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-27 18:20:42 +00:00
20 lines
404 B
YAML
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']"
|