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
Tux had a convenient bug that allowed us to use a 'ref' type with a SHA. This bug was fixed, so we need to make sure that we use a type 'sha' in the Tux plan when we use a SHA value. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
22 lines
635 B
YAML
22 lines
635 B
YAML
name: Push build
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
- honister
|
|
- dunfell
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/build-template.yml
|
|
with:
|
|
host: ubuntu-20.04
|
|
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: dragonboard-410c dragonboard-845c qrb5165-rb5 qcom-armv8a sdx55-mtp sa8155p-adp qcom-armv7a
|
|
ref: ${{github.sha}}
|
|
ref_type: sha
|
|
branch: ${{github.ref_name}}
|
|
url: ${{github.server_url}}/${{github.repository}}
|
|
secrets: inherit
|