Tooling for managing asset compression, storage, and retrieval
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
143 B

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