Skip to content

Commit 174cf1c

Browse files
committed
Add git safe.directory config for ARM64 Docker build
1 parent 588c707 commit 174cf1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123
bash -c "
124124
apt-get update && \
125125
apt-get install -y cmake build-essential libomp-dev git && \
126+
git config --global --add safe.directory /project && \
127+
git config --global --add safe.directory /project/vendor/openfhe-development && \
126128
cd vendor/openfhe-development && \
127129
mkdir -p build && cd build && \
128130
cmake .. \

0 commit comments

Comments
 (0)