Skip to content

Commit

Permalink
update(cmake): bump falcoctl to v0.7.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Jan 12, 2024
1 parent 3f4ed4c commit b718083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/modules/falcoctl.cmake
Expand Up @@ -16,14 +16,14 @@ include(ExternalProject)

string(TOLOWER ${CMAKE_HOST_SYSTEM_NAME} FALCOCTL_SYSTEM_NAME)

set(FALCOCTL_VERSION "0.7.0-rc1")
set(FALCOCTL_VERSION "0.7.0")

if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(FALCOCTL_SYSTEM_PROC_GO "amd64")
set(FALCOCTL_HASH "024a09962f67052942fc1c331e94b76f57ca1f850757e792fa4da7945d541147")
set(FALCOCTL_HASH "d9ccff287bffd847752f2ec2d65566032f097a38219c6ca87dbcf1cd0fe3cbe4")
else() # aarch64
set(FALCOCTL_SYSTEM_PROC_GO "arm64")
set(FALCOCTL_HASH "deb65cd8af947c5d516ed9ff26c0f311c7c03c79a62c377c04bdccf28faee9a6")
set(FALCOCTL_HASH "5db283cd0ba15c875ef8b95037f18c01a95d683fdc177a4f5f1b5b92450b6602")
endif()

ExternalProject_Add(
Expand Down

0 comments on commit b718083

Please sign in to comment.