Skip to content

Commit

Permalink
fix dockerfile for static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-bcw committed Aug 15, 2024
1 parent 2ce5dcb commit 24ac982
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 24ac982

Please sign in to comment.