'Generic Commit'
All checks were successful
Build-Test-Publish / build (push) Successful in 33s

This commit is contained in:
Your Name
2025-06-14 11:34:02 +12:00
parent 47ce8407a1
commit 9fb018f162
11 changed files with 341 additions and 176 deletions

View File

@@ -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