mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-03 18:05:50 +02:00
Initialize docker buildx builder with specified platforms
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
steps:
|
||||
- id: docker_buildx
|
||||
name: 'docker'
|
||||
args: ['buildx', 'create', '--driver', 'docker-container', '--name', 'container', '--use']
|
||||
args:
|
||||
- 'buildx'
|
||||
- 'create'
|
||||
- '--driver'
|
||||
- 'docker-container'
|
||||
- '--name'
|
||||
- 'container'
|
||||
- '--platform'
|
||||
- 'linux/amd64,linux/arm64/v8'
|
||||
- '--use'
|
||||
waitFor: ["-"]
|
||||
|
||||
- id: 'docker_amd64'
|
||||
|
Reference in New Issue
Block a user