diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..5e56e04 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +/bin diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e56e04 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/bin diff --git a/docker-bake.hcl b/docker-bake.hcl index 5c06921..f2d2f51 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -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" {