1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Build and test Docker on IBM Power and Z using gccgo. Enable CI on Power and Z.

Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
Srini Brahmaroutu 2015-02-24 18:33:18 +00:00
parent 13963957eb
commit b1cc78b8f5
12 changed files with 204 additions and 14 deletions

View file

@ -35,7 +35,7 @@ func (s *DockerSuite) TestVersionPlatform_w(c *check.C) {
// ensure the Linux daemon return the correct platform string
func (s *DockerSuite) TestVersionPlatform_l(c *check.C) {
testRequires(c, DaemonIsLinux)
testVersionPlatform(c, "linux/amd64")
testVersionPlatform(c, "linux")
}
func testVersionPlatform(c *check.C, platform string) {