github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/moby/hack/ci/arm (about) 1 #!/usr/bin/env bash 2 # Entrypoint for jenkins arm CI build 3 set -eu -o pipefail 4 5 hack/test/unit 6 7 TEST_SKIP_INTEGRATION_CLI=1 hack/make.sh \ 8 binary-daemon \ 9 dynbinary \ 10 test-integration