Skip to content

Build Ubuntu

Build Ubuntu #4

Workflow file for this run

name: Build Ubuntu
on:
schedule:
- cron: '0 7 * * 1' # every Monday 07:00 UTC (staggered from Debian)
workflow_dispatch:
push:
branches: [master]
paths:
- Dockerfile.ubuntu
- 'input/**'
- 'assets/common/**'
jobs:
build:
uses: ./.github/workflows/build-image.yml
with:
image_name: userland-ubuntu
upstream_image: ubuntu:latest
dockerfile: Dockerfile.ubuntu
platforms: linux/amd64,linux/arm64,linux/arm/v7
secrets: inherit