test multi-platform
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2021-06-16 22:38:00 +02:00
parent 2eabde8a84
commit 6f979b6aa5
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,7 @@ local PipelineBuildContainer(arch='amd64') = {
name: 'dryrun',
image: 'thegeeklab/drone-docker-buildx:latest',
settings: {
dry_run: true,
// dry_run: true,
dockerfile: 'Dockerfile.' + std.split(arch, '_')[0],
platforms: [
'linux/' + std.strReplace(arch, '_', '/'),

View File

@ -40,7 +40,6 @@ steps:
image: thegeeklab/drone-docker-buildx:latest
settings:
dockerfile: Dockerfile.amd64
dry_run: true
password:
from_secret: docker_password
platforms:
@ -189,6 +188,6 @@ depends_on:
---
kind: signature
hmac: be91753a77f8841d5730a55840cec092f9ae86472451da29432767d7bc4d0592
hmac: c59ef53ec9581723001db04888c122305cbf4552f4b7ec3fb05eb1184dd93992
...