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