mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-10 01:10:31 +00:00
add arm64 build
This commit is contained in:
parent
7e515b52e1
commit
526d75af4f
25
.drone.yml
25
.drone.yml
@ -1,6 +1,6 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: unstable
|
name: amd64
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
@ -20,3 +20,26 @@ steps:
|
|||||||
from_secret: docker_token
|
from_secret: docker_token
|
||||||
build_args:
|
build_args:
|
||||||
- TARGETPLATFORM=linux/amd64
|
- TARGETPLATFORM=linux/amd64
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: arm64
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: bbilly1/tubearchivist-test
|
||||||
|
tags:
|
||||||
|
- unstable
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_token
|
||||||
|
build_args:
|
||||||
|
- TARGETPLATFORM=linux/arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user