mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
91201678c6
See 99433d2ca2/README.md (architectures-other-than-amd64)
for some context of where these images come from.
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
8 lines
155 B
Bash
8 lines
155 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
bundle .detect-daemon-osarch
|
|
bundle .ensure-emptyfs
|
|
bundle .ensure-frozen-images
|
|
bundle .ensure-httpserver
|
|
bundle .ensure-syscall-test
|