Skip to content

Commit

Permalink
Update kernel variant tags
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Apr 24, 2024
1 parent 404a1e0 commit 0d7dab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
"linux/arm64": ["self-hosted","ARM64"]
}
docker_images: ghcr.io/product-os/github-runner-kernel
bake_targets: v5-10,v6-1
bake_targets: default,linux61
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ target "default" {
}
}

target "v5-10" {
target "linux510" {
inherits = ["default"]
args = {
KERNEL_BRANCH = "5.10"
}
}

target "v6-1" {
target "linux61" {
inherits = ["default"]
args = {
KERNEL_BRANCH = "6.1"
Expand Down

0 comments on commit 0d7dab7

Please sign in to comment.