Skip to content

Commit

Permalink
Merge pull request #571 from lumag/update-ci
Browse files Browse the repository at this point in the history
Update ci configuration
  • Loading branch information
lumag authored Jan 19, 2024
2 parents e56a00c + 2cac210 commit bd218db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
jobs:
build:
name: ${{github.event_name}} - ${{github.ref}}
runs-on: ubuntu-latest
runs-on: debian-bookworm
steps:
- name: Set up Python
uses: actions/setup-python@v3
Expand Down Expand Up @@ -76,6 +76,7 @@ jobs:
- INHERIT:remove = 'rm_work'
- TCLIBC := '${tclibc}'
- PREFERRED_PROVIDER_virtual/kernel := 'linux-${kernel}'
- INITRAMFS_IMAGE ?= 'initramfs-rootfs-image'
EOF
done
Expand Down

0 comments on commit bd218db

Please sign in to comment.