removed arm architecture
This commit is contained in:
		
							parent
							
								
									43b558d6ff
								
							
						
					
					
						commit
						232309e52d
					
				@ -51,7 +51,7 @@ local manifest() = {
 | 
				
			|||||||
  kind: "pipeline",
 | 
					  kind: "pipeline",
 | 
				
			||||||
  type: "docker",
 | 
					  type: "docker",
 | 
				
			||||||
  name: "manifest",
 | 
					  name: "manifest",
 | 
				
			||||||
  depends_on: ["linux/arm64", "linux/amd64"],
 | 
					  depends_on: ["linux/amd64"],
 | 
				
			||||||
  when: {
 | 
					  when: {
 | 
				
			||||||
    event: "tag"
 | 
					    event: "tag"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
@ -73,6 +73,6 @@ local manifest() = {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[
 | 
					[
 | 
				
			||||||
  pipeline("linux", "amd64"),
 | 
					  pipeline("linux", "amd64"),
 | 
				
			||||||
  pipeline("linux", "arm64"),
 | 
					  // pipeline("linux", "arm64"),
 | 
				
			||||||
  manifest()
 | 
					  manifest()
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
							
								
								
									
										10
									
								
								manifest.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								manifest.yml
									
									
									
									
									
								
							@ -12,8 +12,8 @@ manifests:
 | 
				
			|||||||
    platform:
 | 
					    platform:
 | 
				
			||||||
      architecture: amd64
 | 
					      architecture: amd64
 | 
				
			||||||
      os: linux
 | 
					      os: linux
 | 
				
			||||||
  -
 | 
					  # -
 | 
				
			||||||
    image: fftdf/ffmap-ubnt-api:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
 | 
					  #   image: fftdf/ffmap-ubnt-api:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
 | 
				
			||||||
    platform:
 | 
					  #   platform:
 | 
				
			||||||
      architecture: arm64
 | 
					  #     architecture: arm64
 | 
				
			||||||
      os: linux
 | 
					  #     os: linux
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user