This commit is contained in:
@@ -15,7 +15,7 @@ environment:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build image
|
- name: build image
|
||||||
image: plugins/docker-buildx
|
image: thegeeklab/drone-docker-buildx
|
||||||
commands:
|
commands:
|
||||||
- cd /drone/src/
|
- cd /drone/src/
|
||||||
- docker buildx build --platform linux/amd64,linux/arm64 -t $${REGISTRY_SERVER_NAME}/$${IMAGE_NAME} -f Dockerfile .
|
- docker buildx build --platform linux/amd64,linux/arm64 -t $${REGISTRY_SERVER_NAME}/$${IMAGE_NAME} -f Dockerfile .
|
||||||
|
Reference in New Issue
Block a user