Skip to content

Commit

Permalink
update(cmake): bump falcoctl to v0.7.0-alpha2.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Nov 29, 2023
1 parent 8d519ab commit 3156a95
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-alpha1")
set(FALCOCTL_VERSION "0.7.0-alpha2")

if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(FALCOCTL_SYSTEM_PROC_GO "amd64")
set(FALCOCTL_HASH "5ed9034a4111dad3b28f15ebf0470b1b2038107ace4824de0540b0e0c54003be")
set(FALCOCTL_HASH "3391a0638457a37829b29d5f996955a20c684ec7f6ddfb6096182f7c69e98291")
else() # aarch64
set(FALCOCTL_SYSTEM_PROC_GO "arm64")
set(FALCOCTL_HASH "e3c01f75a33ac7b9151326b16a77b346334b59c14a0c87e1056cbcf6579f1478")
set(FALCOCTL_HASH "24f8431deecfff0afbd3958aab8ae7f53b75750632e4472422fb205e939636b2")
endif()

ExternalProject_Add(
Expand Down

0 comments on commit 3156a95

Please sign in to comment.