mirror of
				https://github.com/docker/setup-buildx-action.git
				synced 2025-10-31 01:20:09 +08:00 
			
		
		
		
	v3.6.1-ecr-repo
This commit is contained in:
		
							parent
							
								
									988b5a0280
								
							
						
					
					
						commit
						fcaef318fa
					
				
							
								
								
									
										12
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -156,9 +156,9 @@ jobs: | |||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         driver-opts: |         driver-opts: | ||||||
|           - image=moby/buildkit:latest |           - image=315120000506.dkr.ecr.us-east-1.amazonaws.com/hotmart/third-party/setup-buildx-action:latest | ||||||
|           - | |           - | | ||||||
|             image=moby/buildkit:master |             image=315120000506.dkr.ecr.us-east-1.amazonaws.com/hotmart/third-party/setup-buildx-action:latest | ||||||
|             network=host |             network=host | ||||||
|     steps: |     steps: | ||||||
|       - |       - | ||||||
| @ -456,7 +456,7 @@ jobs: | |||||||
|               endpoint: ctxbuilder2 |               endpoint: ctxbuilder2 | ||||||
|               platforms: linux/amd64 |               platforms: linux/amd64 | ||||||
|               driver-opts: |               driver-opts: | ||||||
|                 - image=moby/buildkit:master |                 - image=315120000506.dkr.ecr.us-east-1.amazonaws.com/hotmart/third-party/setup-buildx-action:latest | ||||||
|                 - network=host |                 - network=host | ||||||
|             - endpoint: ctxbuilder3 |             - endpoint: ctxbuilder3 | ||||||
|               platforms: linux/arm64 |               platforms: linux/arm64 | ||||||
| @ -540,16 +540,16 @@ jobs: | |||||||
|           driver: kubernetes |           driver: kubernetes | ||||||
|           platforms: linux/amd64 |           platforms: linux/amd64 | ||||||
|           driver-opts: | |           driver-opts: | | ||||||
|             image=moby/buildkit:buildx-stable-1 |             image=315120000506.dkr.ecr.us-east-1.amazonaws.com/hotmart/third-party/setup-buildx-action:buildx-stable-1 | ||||||
|             qemu.install=true |             qemu.install=true | ||||||
|           append: | |           append: | | ||||||
|             - platforms: linux/arm64 |             - platforms: linux/arm64 | ||||||
|               driver-opts: |               driver-opts: | ||||||
|                 - image=moby/buildkit:buildx-stable-1 |                 - image=315120000506.dkr.ecr.us-east-1.amazonaws.com/hotmart/third-party/setup-buildx-action:buildx-stable-1 | ||||||
|                 - qemu.install=true |                 - qemu.install=true | ||||||
|             - platforms: linux/s390x |             - platforms: linux/s390x | ||||||
|               driver-opts: |               driver-opts: | ||||||
|                 - image=moby/buildkit:buildx-stable-1 |                 - image=315120000506.dkr.ecr.us-east-1.amazonaws.com/hotmart/third-party/setup-buildx-action:buildx-stable-1 | ||||||
|                 - qemu.install=true |                 - qemu.install=true | ||||||
|       - |       - | ||||||
|         name: Create Dockerfile |         name: Create Dockerfile | ||||||
|  | |||||||
| @ -86,7 +86,7 @@ describe('getCreateArgs', () => { | |||||||
|       new Map<string, string>([ |       new Map<string, string>([ | ||||||
|         ['install', 'false'], |         ['install', 'false'], | ||||||
|         ['use', 'false'], |         ['use', 'false'], | ||||||
|         ['driver-opts', 'image=moby/buildkit:master\nnetwork=host'], |         ['driver-opts', 'image=315120000506.dkr.ecr.us-east-1.amazonaws.com/hotmart/third-party/setup-buildx-action:latest\nnetwork=host'], | ||||||
|         ['cache-binary', 'true'], |         ['cache-binary', 'true'], | ||||||
|         ['cleanup', 'true'], |         ['cleanup', 'true'], | ||||||
|       ]), |       ]), | ||||||
| @ -94,7 +94,7 @@ describe('getCreateArgs', () => { | |||||||
|         'create', |         'create', | ||||||
|         '--name', 'builder-9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d', |         '--name', 'builder-9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d', | ||||||
|         '--driver', 'docker-container', |         '--driver', 'docker-container', | ||||||
|         '--driver-opt', 'image=moby/buildkit:master', |         '--driver-opt', 'image=315120000506.dkr.ecr.us-east-1.amazonaws.com/hotmart/third-party/setup-buildx-action:latest', | ||||||
|         '--driver-opt', 'network=host', |         '--driver-opt', 'network=host', | ||||||
|         '--buildkitd-flags', '--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host' |         '--buildkitd-flags', '--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host' | ||||||
|       ] |       ] | ||||||
| @ -269,7 +269,7 @@ describe('getAppendArgs', () => { | |||||||
|         "name": "aws_graviton2", |         "name": "aws_graviton2", | ||||||
|         "endpoint": "ssh://me@graviton2", |         "endpoint": "ssh://me@graviton2", | ||||||
|         "driver-opts": [ |         "driver-opts": [ | ||||||
|           "image=moby/buildkit:latest" |           "image=315120000506.dkr.ecr.us-east-1.amazonaws.com/hotmart/third-party/setup-buildx-action:latest" | ||||||
|         ], |         ], | ||||||
|         "buildkitd-flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host", |         "buildkitd-flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host", | ||||||
|         "platforms": "linux/arm64" |         "platforms": "linux/arm64" | ||||||
| @ -279,7 +279,7 @@ describe('getAppendArgs', () => { | |||||||
|         '--name', 'builder-9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d', |         '--name', 'builder-9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d', | ||||||
|         '--append', |         '--append', | ||||||
|         '--node', 'aws_graviton2', |         '--node', 'aws_graviton2', | ||||||
|         '--driver-opt', 'image=moby/buildkit:latest', |         '--driver-opt', 'image=315120000506.dkr.ecr.us-east-1.amazonaws.com/hotmart/third-party/setup-buildx-action:latest', | ||||||
|         '--buildkitd-flags', '--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host', |         '--buildkitd-flags', '--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host', | ||||||
|         '--platform', 'linux/arm64', |         '--platform', 'linux/arm64', | ||||||
|         'ssh://me@graviton2' |         'ssh://me@graviton2' | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Adriano Sabino
						Adriano Sabino