Skip to content

Commit

Permalink
move ld artifacts to bin folder
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jul 24, 2023
1 parent bf73d19 commit 0f5d778
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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" {
Expand Down

0 comments on commit 0f5d778

Please sign in to comment.