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:
parent
13963957eb
commit
b1cc78b8f5
12 changed files with 204 additions and 14 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue