diff --git a/Dockerfile b/Dockerfile index 210387441..10587a8c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,8 +63,9 @@ fi # maxdepth because binaries are in the root # - other folders contain build scripts etc. mkdir /output -find "/artifacts/$SUBDIR" \ - -maxdepth 1 \ +find "/artifacts" +find "/artifacts/x86_64-unknown-linux-gnu" \ + -maxdepth 2 \ -type f \ -executable \ -not -name '*.so' \