Merge pull request #697 from lumag/honister-initramfs-rootfs-image #236
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: | |
- 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 cryptodev-module | |
machines: dragonboard-410c qcom-armv8a sdx55-mtp | |
variants: >- | |
dragonboard-410c-glibc-linaro-qcomlt dragonboard-410c-musl-linaro-qcomlt | |
qcom-armv8a-glibc-linaro-qcomlt qcom-armv8a-musl-linaro-qcomlt | |
sdx55-mtp-glibc-linaro-qcomlt sdx55-mtp-musl-linaro-qcomlt | |
ref: ${{github.sha}} | |
ref_type: sha | |
branch: ${{github.ref_name}} | |
url: ${{github.server_url}}/${{github.repository}} | |
secrets: inherit |