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
Build esp-qcom-image for the merged trees to follow up daily and premerge workflows. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
29 lines
948 B
YAML
29 lines
948 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-firmware-mega-image initramfs-rootfs-image cryptodev-module esp-qcom-image
|
|
machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a
|
|
variants: >-
|
|
qcom-armv8a-glibc-yocto qcom-armv8a-musl-yocto
|
|
qcom-armv7a-glibc-yocto qcom-armv7a-musl-yocto
|
|
qcom-armv7a-modem-glibc-linaro-qcomlt qcom-armv7a-modem-musl-linaro-qcomlt
|
|
qcom-armv8a-glibc-linaro-qcomlt
|
|
qcom-armv8a-glibc-yocto-noinitramfs
|
|
ref: ${{github.sha}}
|
|
ref_type: sha
|
|
branch: ${{github.ref_name}}
|
|
url: ${{github.server_url}}/${{github.repository}}
|
|
secrets: inherit
|