Skip to content

Ubuntu-22: Add initial support for multi-platform builds #21

Ubuntu-22: Add initial support for multi-platform builds

Ubuntu-22: Add initial support for multi-platform builds #21

Workflow file for this run

# GitHub Action Workflow for building the Ubuntu 22 images.
# SPDX-License-Identifier: BSD-2-Clause-Patent
name: "Ubuntu 22 Images"
# This workflow only runs (on the main branch or on PRs targeted
# at the main branch) and if files inside the Ubuntu-22 directory
# have been modifed/added/removed...
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- 'Ubuntu-22/**'
pull_request:
branches: [ main ]
paths:
- 'Ubuntu-22/**'
jobs:
Build_Image:
uses: ./.github/workflows/build-image.yaml
with:
image_name: "Ubuntu-22"
sub_images: "dev test build"