github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/scripts/build-tilt-releaser.sh (about)

     1  #!/bin/bash
     2  #
     3  # Build a Docker container with all the cross-compiling toolchains
     4  # we need to do a release. Pre-populate it with a Go cache.
     5  
     6  set -ex
     7  
     8  DIR=$(dirname "$0")
     9  cd "$DIR/.."
    10  
    11  docker buildx build --push -t docker/tilt-releaser -f scripts/release.Dockerfile scripts