mirror of https://github.com/docker/docker-py.git
				
				
				
			Fix CI labels so we run on amd64 nodes
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
		
							parent
							
								
									ed9b208e15
								
							
						
					
					
						commit
						a67d180e2c
					
				|  | @ -32,7 +32,7 @@ def buildImages = { -> | |||
| 
 | ||||
| def getDockerVersions = { -> | ||||
|   def dockerVersions = ["17.06.2-ce"] | ||||
|   wrappedNode(label: "ubuntu && !zfs") { | ||||
|   wrappedNode(label: "ubuntu && !zfs && amd64") { | ||||
|     def result = sh(script: """docker run --rm \\ | ||||
|         --entrypoint=python \\ | ||||
|         ${imageNamePy3} \\ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue