From 7e515b52e12c5043579c2a0e9e6b2350cba5c0d9 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 12 May 2022 00:20:57 +0700 Subject: [PATCH] add TARGETPLATFORM build_args --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 358f701..6e4f096 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,6 @@ platform: steps: - name: docker image: plugins/docker - environment: - TARGETPLATFORM: linux/amd64 settings: repo: bbilly1/tubearchivist-test tags: @@ -20,3 +18,5 @@ steps: from_secret: docker_username password: from_secret: docker_token + build_args: + - TARGETPLATFORM=linux/amd64