forked from p15670423/monkey
Build: Remove references to 32-bit agents from Docker and Appimage build
This commit is contained in:
parent
e21f643014
commit
d84e35f637
|
@ -42,9 +42,7 @@ download_monkey_agent_binaries() {
|
||||||
load_monkey_binary_config
|
load_monkey_binary_config
|
||||||
|
|
||||||
mkdir -p "${island_binaries_path}" || handle_error
|
mkdir -p "${island_binaries_path}" || handle_error
|
||||||
curl -L -o "${island_binaries_path}/${LINUX_32_BINARY_NAME}" "${LINUX_32_BINARY_URL}"
|
|
||||||
curl -L -o "${island_binaries_path}/${LINUX_64_BINARY_NAME}" "${LINUX_64_BINARY_URL}"
|
curl -L -o "${island_binaries_path}/${LINUX_64_BINARY_NAME}" "${LINUX_64_BINARY_URL}"
|
||||||
curl -L -o "${island_binaries_path}/${WINDOWS_32_BINARY_NAME}" "${WINDOWS_32_BINARY_URL}"
|
|
||||||
curl -L -o "${island_binaries_path}/${WINDOWS_64_BINARY_NAME}" "${WINDOWS_64_BINARY_URL}"
|
curl -L -o "${island_binaries_path}/${WINDOWS_64_BINARY_NAME}" "${WINDOWS_64_BINARY_URL}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue