move ld artifacts to bin folder

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-07-15 04:08:42 +02:00
parent bf73d19cbf
commit 0f5d77881f
3 changed files with 4 additions and 2 deletions

1
.dockerignore Normal file
View File

@@ -0,0 +1 @@
/bin

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/bin

View File

@@ -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" {