Merge pull request #623 from quic-raghuvar/patch-2 #215
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push build | ||
on: | ||
push: | ||
branches: | ||
- kirkstone | ||
jobs: | ||
build: | ||
uses: Linaro/meta-qcom/.github/workflows/build-template.yml@master | ||
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 |