chore: update the kernel on build + add gsconnect just for aarch64 for now + attempt to fix systemd-resolved #302
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: Build Bluefin LTS HWE | |
on: | |
pull_request: | |
branches: | |
- main | |
schedule: | |
- cron: "0 1 * * TUE" # Every Tuesday at 1am UTC | |
merge_group: | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
uses: ./.github/workflows/reusable-build-image.yml | |
secrets: inherit | |
with: | |
image-name: bluefin-hwe | |
flavor: hwe |