#!/usr/bin/env bash TAG=${TAG:-dev} if [[ -n "$1" ]]; then TAG="$1" fi DOCKER_BUILDKIT=1 docker build --platform=amd64 -t sothr/acm:${TAG} .