Skip to content

Commit

Permalink
Merge pull request #676 from lumag/add-styhead
Browse files Browse the repository at this point in the history
CI: enable for the styhead branch
  • Loading branch information
lumag authored Nov 9, 2024
2 parents aefacab + 74be0d7 commit 8492131
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,24 @@ jobs:
url: ${{github.server_url}}/${{github.repository}}
secrets: inherit

styhead:
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 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_type: branch
ref: styhead
branch: styhead
url: ${{github.server_url}}/${{github.repository}}
secrets: inherit

scarthgap:
uses: ./.github/workflows/build-template.yml
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- styhead
- scarthgap
- kirkstone
- dunfell
Expand Down

0 comments on commit 8492131

Please sign in to comment.