Skip to content

Commit

Permalink
update(cmake): bumped falcoctl to v0.8.0-rc4.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed May 13, 2024
1 parent ae86022 commit 786e306
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-rc3")
set(FALCOCTL_VERSION "0.8.0-rc4")

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

ExternalProject_Add(
Expand Down

0 comments on commit 786e306

Please sign in to comment.