mirror of
https://github.com/tonistiigi/xx
synced 2025-12-24 12:47:51 +08:00
move ld artifacts to bin folder
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@@ -0,0 +1 @@
|
||||
/bin
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/bin
|
||||
@@ -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