:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 24s

This commit is contained in:
Your Name
2025-05-30 20:15:19 +12:00
parent 64eac80d36
commit abb3252b30

View File

@@ -15,11 +15,6 @@ function title() {
echo "----------------------------------------"
}
function die() {
title "error: $1"
exit 1
}
#------------------------------------------------------------------------------------------------
# build the executable
title "Building amd64 executable"
@@ -28,7 +23,7 @@ title "Building amd64 executable"
#------------------------------------------------------------------------------------------------
# build the docker image
title "Building docker image"
docker buildx build --load -t gitea.jde.nz/public/simple-object-storage:test --platform linux/amd64 .
docker buildx build --load -t gitea.jde.nz/public/simple-object-storage:test --platform linux/amd64 "${SCRIPT_DIR}"
#------------------------------------------------------------------------------------------------
# run the docker container