1
0
Fork 0
out-of-tree/.github/workflows
dump_stack() 73f5df2425
feat!: new kernel config structure
BREAKING CHANGE: kernel definition in the configuration files has switched

from

  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  release_mask = ".*"

to

  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  kernel = { regex = ".*" }
2023-05-18 18:48:09 +00:00
..
scripts ci: remove check for kvm 2023-05-17 13:40:54 +00:00
debian-cache.yml ci: wait for the previous debian cache workflow to finish 2023-05-18 12:00:12 +00:00
images-debian.yml ci: automatically cancel previous jobs on new commits 2023-05-18 11:59:15 +00:00
images-oraclelinux.yml ci: automatically cancel previous jobs on new commits 2023-05-18 11:59:15 +00:00
macos.yml ci: automatically cancel previous jobs on new commits 2023-05-18 11:59:15 +00:00
ubuntu.yml feat!: new kernel config structure 2023-05-18 18:48:09 +00:00