Skip to content

Commit

Permalink
fix: don't set debarch
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Oct 31, 2024
1 parent c3a66fb commit ad1819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ readonly archive_rpm=$out/$repo_name-$version-rpm.zip
mkdir -p build
cd build
# For now we only build for x86_64
cmake -DDEBARCH=x86_64 -DZENOHCXX_ZENOHC=OFF ..
cmake -DZENOHCXX_ZENOHC=OFF ..
cpack
cpack -G DEB
cpack -G RPM
Expand Down

0 comments on commit ad1819d

Please # to comment.