This commit is contained in:
@@ -44,15 +44,10 @@ function wait_for_container {
|
||||
[ "${health_status}" == "healthy" ]
|
||||
}
|
||||
|
||||
#------------------------------------------------------------------------------------------------
|
||||
# build the executable
|
||||
title "Building amd64 executable"
|
||||
"${MAIN_DIR}/build.sh" amd64
|
||||
|
||||
#------------------------------------------------------------------------------------------------
|
||||
# build the docker image
|
||||
title "Building docker image"
|
||||
docker buildx build --no-cache --load -t simple-object-storage-test --platform linux/amd64 "${MAIN_DIR}"
|
||||
title "Building"
|
||||
${SCRIPT_DIR}/../build.sh
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------------------------
|
||||
# run the docker container
|
||||
|
Reference in New Issue
Block a user