You've already forked git-docker
							
							fix(ci): use specific images for different architectures
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							
								
								
									
										28
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -11,7 +11,7 @@ platform: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64 | ||||
|  | ||||
| - name: markdown lint | ||||
|   commands: | ||||
| @@ -66,7 +66,7 @@ platform: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64 | ||||
|  | ||||
| - name: build | ||||
|   image: docker.io/plugins/docker:20.10.9 | ||||
| @@ -132,7 +132,7 @@ platform: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-arm-v7 | ||||
|  | ||||
| - name: build | ||||
|   image: docker.io/plugins/docker:20.10.9 | ||||
| @@ -198,7 +198,7 @@ platform: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-arm64-v8 | ||||
|  | ||||
| - name: build | ||||
|   image: docker.io/plugins/docker:20.10.9 | ||||
| @@ -264,7 +264,7 @@ platform: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64 | ||||
|  | ||||
| - name: build | ||||
|   image: docker.io/plugins/docker:20.10.9 | ||||
| @@ -328,7 +328,7 @@ platform: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-arm-v7 | ||||
|  | ||||
| - name: build | ||||
|   image: docker.io/plugins/docker:20.10.9 | ||||
| @@ -392,7 +392,7 @@ platform: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-arm64-v8 | ||||
|  | ||||
| - name: build | ||||
|   image: docker.io/plugins/docker:20.10.9 | ||||
| @@ -459,7 +459,7 @@ node_selector: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64 | ||||
|  | ||||
| - name: build-manifest | ||||
|   image: docker.io/plugins/manifest:1.4.0 | ||||
| @@ -516,7 +516,7 @@ depends_on: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64 | ||||
|  | ||||
| - name: latest-sync | ||||
|   commands: | ||||
| @@ -577,7 +577,7 @@ platform: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64 | ||||
|  | ||||
| - name: build | ||||
|   image: docker.io/plugins/docker:20.10.9 | ||||
| @@ -637,7 +637,7 @@ platform: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-arm-v7 | ||||
|  | ||||
| - name: build | ||||
|   image: docker.io/plugins/docker:20.10.9 | ||||
| @@ -697,7 +697,7 @@ platform: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-arm64-v8 | ||||
|  | ||||
| - name: build | ||||
|   image: docker.io/plugins/docker:20.10.9 | ||||
| @@ -763,7 +763,7 @@ node_selector: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64 | ||||
|  | ||||
| - name: build-manifest | ||||
|   image: docker.io/plugins/manifest:1.4.0 | ||||
| @@ -817,7 +817,7 @@ depends_on: | ||||
|  | ||||
| steps: | ||||
| - name: clone | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0 | ||||
|   image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64 | ||||
|  | ||||
| - name: tagged-sync | ||||
|   commands: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user