From 526d75af4fd97308ddb31ab1f523463f7a950605 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 12 May 2022 16:33:18 +0700 Subject: [PATCH] add arm64 build --- .drone.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6e4f096..ee790c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: unstable +name: amd64 platform: os: linux @@ -20,3 +20,26 @@ steps: from_secret: docker_token build_args: - 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