Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheridan committed Jul 25, 2024
1 parent de3aa0c commit 1aecd14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docker run --rm --platform linux/${{ matrix.arch }} \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
gcc:13-bookworm \
gcc:11-bookworm \
bash -c "
apt-get update && apt-get install -y \
cmake \
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ install(TARGETS homed_exporter
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/deploy/homed_exporter.service
DESTINATION /usr/share/homed_exporter)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/homed-exporter.example.json
DESTINATION /usr/share/homed-exporter.example.json)
DESTINATION /usr/share/homed-exporter)

message("Arch is " ${CMAKE_SYSTEM_PROCESSOR})

Expand All @@ -116,7 +116,7 @@ set(CPACK_PACKAGE_VERSION "${PACKAGE_VERSION}")
set(CPACK_PACKAGE_CONTACT "Gorlov Maxim <[email protected]>")
set(CPACK_PACKAGE_DESCRIPTION "HOMEd Exporter is a tool to export HOMEd Zigbee data metrics.")
set(CPACK_PACKAGE_MAINTAINER "Gorlov Maxim <[email protected]>")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libpaho-mqttpp3-1, libboost-system1.81.0, libjsoncpp25")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libpaho-mqttpp3-1, libboost-system1.74.0, libjsoncpp25")
set(CPACK_DEBIAN_PACKAGE_USER "homed")
set(CPACK_DEBIAN_PACKAGE_GROUP "homed")
set(CPACK_DEBIAN_FILE_NAME "${CPACK_PACKAGE_NAME}_${CPACK_PACKAGE_VERSION}_${CMAKE_SYSTEM_PROCESSOR}.deb")
Expand Down

0 comments on commit 1aecd14

Please sign in to comment.