test: Add 8 and update 14 files
This commit is contained in:
@@ -26,6 +26,7 @@ export CMAKE_BUILD_TYPE="Release"
|
||||
"${SCRIPT_DIR}/build.sh"
|
||||
|
||||
[ -f "${SCRIPT_DIR}/output/simple-object-server" ] || die "Build failed."
|
||||
[ -f "${SCRIPT_DIR}/output/hash_token" ] || die "hash_token utility not found in build output."
|
||||
|
||||
# download the sos binary
|
||||
mkdir -p "${TEMP_DIR}"
|
||||
@@ -36,6 +37,9 @@ chmod +x "${SOS}"
|
||||
# upload arch-specific binary
|
||||
"${SOS}" upload "getbin.xyz" "${SCRIPT_DIR}/output/${PROJECT}" "${PROJECT}:latest-${ARCH}"
|
||||
|
||||
# upload arch-specific hash_token utility
|
||||
"${SOS}" upload "getbin.xyz" "${SCRIPT_DIR}/output/hash_token" "sos-hash:latest-${ARCH}"
|
||||
|
||||
# upload generic install script (ok if multiple times as we iterate through arch's)
|
||||
"${SOS}" upload "getbin.xyz" "${SCRIPT_DIR}/install.sh" "simple-object-server-install:latest"
|
||||
|
||||
|
Reference in New Issue
Block a user