From 6f979b6aa598db5d7cc0ee397be451f29c947932 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 16 Jun 2021 22:38:00 +0200 Subject: [PATCH] test multi-platform --- .drone.jsonnet | 2 +- .drone.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index f2bef70..2433118 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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, '_', '/'), diff --git a/.drone.yml b/.drone.yml index 58a3093..a50f134 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...