Skip to content

Commit

Permalink
add rpm bake target
Browse files Browse the repository at this point in the history
  • Loading branch information
milas committed Oct 10, 2023
1 parent 32c17b8 commit f976ad9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,10 @@ target rkmpp-debian {
}
tags = ["docker.io/milas/rkmpp-debian:bullseye"]
}

target rpm {
target = "kernel-rpm"
output = ["type=local,dest=./out/kernel"]
inherits = ["kernel-config"]
tags = []
}

0 comments on commit f976ad9

Please sign in to comment.