mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-10 01:10:31 +00:00
add TARGETPLATFORM build_args
This commit is contained in:
parent
3679d28ffe
commit
7e515b52e1
@ -10,8 +10,6 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
environment:
|
|
||||||
TARGETPLATFORM: linux/amd64
|
|
||||||
settings:
|
settings:
|
||||||
repo: bbilly1/tubearchivist-test
|
repo: bbilly1/tubearchivist-test
|
||||||
tags:
|
tags:
|
||||||
@ -20,3 +18,5 @@ steps:
|
|||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_token
|
from_secret: docker_token
|
||||||
|
build_args:
|
||||||
|
- TARGETPLATFORM=linux/amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user