firmware-qcom-x1e80100: drop audio firmware #414
Workflow file for this run
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: PR build | |
on: | |
pull_request_target: | |
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-firmware-mega-image initramfs-rootfs-image cryptodev-module esp-qcom-image | |
machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a | |
variants: >- | |
qcom-armv8a-glibc-yocto qcom-armv8a-musl-yocto | |
qcom-armv7a-glibc-yocto qcom-armv7a-musl-yocto | |
qcom-armv7a-modem-glibc-linaro-qcomlt qcom-armv7a-modem-musl-linaro-qcomlt | |
qcom-armv8a-glibc-linaro-qcomlt | |
qcom-armv8a-glibc-yocto-noinitramfs | |
ref: refs/pull/${{github.event.pull_request.number}}/merge | |
branch: ${{github.base_ref}} | |
url: ${{github.server_url}}/${{github.repository}} | |
secrets: inherit | |
rpb: | |
uses: 96boards/oe-rpb-manifest/.github/workflows/build-template.yml@qcom/master | |
with: | |
local_repo: ${{github.repository}} | |
local_ref: refs/pull/${{github.event.pull_request.number}}/merge | |
branch: qcom/${{github.base_ref}} | |
secrets: | |
TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }} |