From 7912560f69e4b1df77b085f694f002604ff961a8 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Thu, 9 Apr 2020 17:47:31 +0200 Subject: [PATCH] Add drone config --- .drone.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b7566de --- /dev/null +++ b/.drone.yml @@ -0,0 +1,26 @@ +--- +kind: pipeline +type: docker +name: default +platform: + os: linux + arch: armqs64 + +steps: + - name: build-image + image: plugins/docker + environment: + TZ: Europe/Rome + settings: + dockerfile: Dockerfile.arm64v8 + build_args: + - --platform + - linux/arm64 + purge: true + username: depau + password: + from_secret: docker_password + repo: depau/archlinux-daily + tags: + - latest + - aarch64