add TARGETPLATFORM build_args

This commit is contained in:
simon 2022-05-12 00:20:57 +07:00
parent 3679d28ffe
commit 7e515b52e1
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 2 deletions

View File

@ -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