You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
Include scarthgap and kirkstone into the push-triggered builds. While we are at it, drop the honister, which is EOL Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
23 lines
607 B
YAML
23 lines
607 B
YAML
name: Push build
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- scarthgap
|
|
- kirkstone
|
|
- dunfell
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/build-template.yml
|
|
with:
|
|
host: debian-bookworm
|
|
images: core-image-base core-image-weston core-image-x11 initramfs-test-image initramfs-test-full-image initramfs-firmware-image initramfs-rootfs-image cryptodev-module
|
|
machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a
|
|
ref: ${{github.sha}}
|
|
ref_type: sha
|
|
branch: ${{github.ref_name}}
|
|
url: ${{github.server_url}}/${{github.repository}}
|
|
secrets: inherit
|