test: Update 3 files
This commit is contained in:
@ -5,11 +5,14 @@ set -euo pipefail
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
PROJECT="dropshell-build-base"
|
||||
|
||||
ARCH=$(uname -m)
|
||||
|
||||
echo "Building ${PROJECT} for ${ARCH}..."
|
||||
|
||||
# Build multi-platform image and push it
|
||||
docker build \
|
||||
-t "dropshell-build-base:test" \
|
||||
-f "${SCRIPT_DIR}/Dockerfile.dropshell-build-base" \
|
||||
${SCRIPT_DIR}
|
||||
-t "${PROJECT}:test" \
|
||||
-f "${SCRIPT_DIR}/Dockerfile.${PROJECT}" \
|
||||
"${SCRIPT_DIR}"
|
||||
|
||||
echo "Successfully built ${PROJECT}:test"
|
||||
|
Reference in New Issue
Block a user