debug
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2021-01-09 23:57:23 +01:00
parent 793d9c314a
commit 8e758b739c
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

@ -37,13 +37,13 @@ steps:
- name: dryrun
image: jdrouet/docker-with-buildx:stable
commands:
- docker version
- docker buildx ls
- docker buildx create --use
- docker buildx ls
- docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag thegeeklab/${DRONE_REPO_NAME}:latest .
environment:
DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://dind:2376/
DOCKER_HOST: tcp://dind:2376
when:
ref:
- refs/pull/**
@ -195,6 +195,6 @@ depends_on:
---
kind: signature
hmac: d9fac54830b42defff2474a26cd2f447a11fef84d9fa2626a50fed49c6baf4b8
hmac: b1911be7b8b67c003fc851e88437220460fe7077eb79c6afd5014bbbd7a55806
...