Skip to content

Commit

Permalink
fix: added arch to bpf download url
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Engberg <eric.engberg@hardrockdigital.com>
  • Loading branch information
Eric Engberg authored and poiana committed Jul 22, 2022
1 parent b378c3a commit c3ddd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/falco-driver-loader
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ load_bpf_probe_compile() {

load_bpf_probe_download() {
local URL
URL=$(echo "${DRIVERS_REPO}/${DRIVER_VERSION}/${BPF_PROBE_FILENAME}" | sed s/+/%2B/g)
URL=$(echo "${DRIVERS_REPO}/${DRIVER_VERSION}/${ARCH}/${BPF_PROBE_FILENAME}" | sed s/+/%2B/g)

echo "* Trying to download a prebuilt eBPF probe from ${URL}"

Expand Down

0 comments on commit c3ddd7d

Please sign in to comment.