aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/push.yml
blob: 8c69c5d54a87588b5c1fb6be04d2c1f9ea99f484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Push build

on:
  push:
    branches:
      - master
      - honister
      - dunfell

jobs:
  build:
    uses: ndechesne/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 cryptodev-module
      machines: dragonboard-410c dragonboard-845c qrb5165-rb5 qcom-armv8a sa8155p-adp
      ref: ${{github.sha}}
      ref_type: sha
      branch: ${{github.ref_name}}
      url: ${{github.server_url}}/${{github.repository}}
    secrets: inherit