armbian / os

Armbian operating system rolling releases provides automated nightly builds of maintained targets
https://github.com/armbian/os/wiki
GNU General Public License v3.0
114 stars 49 forks source link

Bump armbian/build from 23.11.2 to 24.2.1 #171

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps armbian/build from 23.11.2 to 24.2.1.

Release notes

Sourced from armbian/build's releases.

GitHub Action

name: "Build One by One (anyone)"
on:
  workflow_dispatch:
    inputs:
  armbian_target:
    type: choice
    description: 'Build'
    required: false
    options:
    - kernel
    - build
    default: build

  armbian_kernel_branch:
    type: choice
    description: 'Kernel branch'
    options:
    - legacy
    - current
    - edge
    default: 'current'

  armbian_release:
    type: choice
    description: 'Userspace'
    options:
    - jammy
    - bookworm
    - trixie
    default: 'jammy'

  armbian_ui:
    type: choice
    description: 'User interface (not all works)'
    options:
    - minimal
    - server
    - xfce
    - gnome
    - cinnamon
    - i3-wm
    - kde-plasma
    default: 'minimal'

  armbian_version:
    description: 'Version'
    required: false

</tr></table>

... (truncated)

Commits
  • 2cd46ac Fix for Github Action - don't use custom folder if it doesn't exists
  • 92d7991 rockchip-rk3588-edge: rewrite kernel patches against v6.8-rc6, no changes
  • d496b2a rockchip-rk3588-edge: rewrite kernel config against v6.8-rc6, no changes
  • dd04bb0 mainline-kernel: bump to 6.8-rc6, affecting only rockchip-rk3588-edge
  • fffc6dd rockchip-rk3588-edge: rewrite kernel config against v6.8-rc1, no changes
  • 069c49b rockchip-rk3588-edge: rewrite kernel patches against v6.8-rc1, no changes
  • 764e267 Automatic board configs status synchronise
  • e274c40 Bump mainline kernels to latest RC branch
  • e8cbdf6 meson-6.7: Copy patches from 6.6 (#6341)
  • c2fe587 Unifying style of variables
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)