github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/hack/make/dynbinary (about)

     1  #!/usr/bin/env bash
     2  set -e
     3  
     4  # This script exists as backwards compatibility for CI
     5  (
     6  
     7      DEST="${DEST}-daemon"
     8      ABS_DEST="${ABS_DEST}-daemon"
     9      . hack/make/dynbinary-daemon
    10  )