Skip to content

Simplify OS setup

Simplify OS setup #753

---
name: build-os-bookworm
on:
push:
branches:
- 'main'
- 'software/beta'
- 'software/stable'
tags:
- 'software/v*'
paths:
- 'os/**'
- '!CHANGELOG.md'
- '.github/workflows/build-os*.yml'
pull_request:
paths:
- 'os/**'
- '!CHANGELOG.md'
- '.github/workflows/build-os*.yml'
merge_group:
workflow_dispatch:
inputs:
git-ref:
description: 'Git ref (optional)'
required: false
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: build
permissions:
contents: read
packages: write
id-token: write
uses: ./.github/workflows/build-os.yml
secrets: inherit
with:
name: PlanktoScope-OS
base_release_name: bookworm
base_image_variant: lite
base_release_date: 2025-05-13
base_file_release_date: 2025-05-13
arch: arm64