moby--moby/hack/make
Brian Goff fbb001d1f9 Add support for setting GOARM in cross target.
This adds to the existing format of `<GOOS>/<GOARCH>` to allow for
`<GOOS>/arm/v<GOARM>`

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2019-04-17 13:19:14 -07:00
..
.resources-windows
.binary Add support for setting GOARM in cross target. 2019-04-17 13:19:14 -07:00
.binary-setup rootless: expose ports automatically 2019-03-21 02:44:08 +09:00
.detect-daemon-osarch
.ensure-emptyfs
.go-autogen
.go-autogen.ps1
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.integration-test-helpers
README.md
binary
binary-daemon rootless: expose ports automatically 2019-03-21 02:44:08 +09:00
build-integration-test-binary
containerutility
cross Add support for setting GOARM in cross target. 2019-04-17 13:19:14 -07:00
cross-platform-dependent
dynbinary
dynbinary-daemon
install-binary rootless: expose ports automatically 2019-03-21 02:44:08 +09:00
run
test-docker-py
test-integration
test-integration-cli
test-integration-flaky
test-integration-shell

README.md

This directory holds scripts called by make.sh in the parent directory.

Each script is named after the bundle it creates. They should not be called directly - instead, pass it as argument to make.sh, for example:

./hack/make.sh binary ubuntu

# Or to run all default bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh