mirror of
https://github.com/tonistiigi/xx
synced 2026-04-22 15:27:18 +08:00
move ld artifacts to bin folder
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/bin
|
||||
@@ -0,0 +1 @@
|
||||
/bin
|
||||
+2
-2
@@ -247,7 +247,7 @@ target "ld64-static-tgz" {
|
||||
]
|
||||
cache-from = [join("", ["type=registry,ref=", binutilsTag(XX_REPO, BINUTILS_VERSION, "1", tgt)[0]])]
|
||||
cache-to = ["type=inline"]
|
||||
output = ["./ld64-tgz"]
|
||||
output = ["./bin/ld64-static-tgz"]
|
||||
}
|
||||
|
||||
target "ld-static-tgz" {
|
||||
@@ -281,7 +281,7 @@ target "ld-static-tgz" {
|
||||
]
|
||||
cache-from = [join("", ["type=registry,ref=", binutilsTag(XX_REPO, BINUTILS_VERSION, "1", tgt)[0]])]
|
||||
cache-to = ["type=inline"]
|
||||
output = ["./ld-tgz"]
|
||||
output = ["./bin/ld-static-tgz"]
|
||||
}
|
||||
|
||||
target "compiler-rt" {
|
||||
|
||||
Reference in New Issue
Block a user