aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/push.yml
blob: c7bb05e16190cfb7e94a985040372290b73cb72b (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: ./.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