Skip to content

Commit

Permalink
Bump qemu to v9.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Stankiewicz <[email protected]>
  • Loading branch information
p1-0tr authored and crazy-max committed Jan 26, 2025
1 parent 3b00a4b commit e2ab986
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "QEMU_REPO" {
default = "https://github.com/qemu/qemu"
}
variable "QEMU_VERSION" {
default = "v9.1.2"
default = "v9.2.0"
}
variable "QEMU_PATCHES" {
default = "cpu-max-arm"
Expand Down Expand Up @@ -59,7 +59,7 @@ target "buildkit" {
inherits = ["mainline"]
args = {
BINARY_PREFIX = "buildkit-"
QEMU_PATCHES = "${QEMU_PATCHES},buildkit-direct-execve-v9.1.2"
QEMU_PATCHES = "${QEMU_PATCHES},buildkit-direct-execve-v9.2"
QEMU_PRESERVE_ARGV0 = ""
}
cache-from = ["${REPO}:buildkit-master"]
Expand Down
2 changes: 1 addition & 1 deletion patches/aports.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
9.1.2,364ac320139da4a9dfd68ea399267bd5056a670e
9.2.0,334b162677f79271980f61d410dc136b98b93fc4
8.1.50,e9d411e67e815ab0fcf1d00885cb55dd0f99e810
8.0.50,6225632b267a3d2bf6700a8fce41df60a68c187b
7.2.50,ed7a3122a32f53094f51e55abe68d416910e01ad
Expand Down

0 comments on commit e2ab986

Please sign in to comment.