Files
meta-qcom-extras/.github/workflows/push.yml
Dmitry Baryshkov 2dd42e67de CI: build scarthgap and kirkstone branches on push
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>
2024-05-27 00:32:49 +03:00

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