Skip to content

Commit

Permalink
update(cmake): bumped falcoctl to v0.7.0-beta4.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Dec 11, 2023
1 parent 2dfd687 commit e177898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/modules/falcoctl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ include(ExternalProject)

string(TOLOWER ${CMAKE_HOST_SYSTEM_NAME} FALCOCTL_SYSTEM_NAME)

set(FALCOCTL_VERSION "0.7.0-beta3")
set(FALCOCTL_VERSION "0.7.0-beta4")

if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(FALCOCTL_SYSTEM_PROC_GO "amd64")
set(FALCOCTL_HASH "2b329950f1caba7e5f539d89ced609608bf65570c92b174932ed4e97d4e64d78")
set(FALCOCTL_HASH "16b431cdd918e1b001e687a9318c3b9ed24e630e55893f88b1db69e530aec905")
else() # aarch64
set(FALCOCTL_SYSTEM_PROC_GO "arm64")
set(FALCOCTL_HASH "ac7b083f7a51715dbf267a1e9210cd9330502a1844a66ea696efbc6d885499bc")
set(FALCOCTL_HASH "ab614c900e8813bf873762fe99fc1f902b154f0f520faff7231919369ef3c984")
endif()

ExternalProject_Add(
Expand Down

0 comments on commit e177898

Please sign in to comment.