Skip to content

Commit 179dc6a

Browse files
committed
add target-29rc2
1 parent 6626ec1 commit 179dc6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-bake.hcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ target "bitcoin-master" {
7676
}
7777
}
7878

79+
target "bitcoin-29rc2" {
80+
inherits = ["cmake-base"]
81+
tags = ["bitcoindevproject/bitcoin:29rc2"]
82+
args = {
83+
COMMIT_SHA = "d6db87165c6dc2123a759c79ec236ea1ed90c0e3"
84+
}
85+
}
86+
7987
target "bitcoin-28" {
8088
inherits = ["autogen-base"]
8189
tags = ["bitcoindevproject/bitcoin:28.0"]

0 commit comments

Comments
 (0)