Skip to content

Commit

Permalink
update(cmake): bumped falcoctl to v0.8.0-rc5.
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 May 16, 2024
1 parent 6057c15 commit c8072d2
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.8.0-rc4")
set(FALCOCTL_VERSION "0.8.0-rc5")

if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(FALCOCTL_SYSTEM_PROC_GO "amd64")
set(FALCOCTL_HASH "1f106c2e1e5980ba861922409e11125c52b0ea6ba61f68db9a1646c204ab2e57")
set(FALCOCTL_HASH "a38a8a9331f3221440fa9db5b22241439a81fcec6dc964d965823ab70de6fcc5")
else() # aarch64
set(FALCOCTL_SYSTEM_PROC_GO "arm64")
set(FALCOCTL_HASH "c866538dc78cec77e91e925d4e7813ed8094902dda4e6b1bac9eb8c1630cd6a5")
set(FALCOCTL_HASH "6987540bd30b85c7254af40a817e45a9cfe071252bf5ab88bb8acb01979b28a7")
endif()

ExternalProject_Add(
Expand Down

0 comments on commit c8072d2

Please sign in to comment.