Add drone config
This commit is contained in:
parent
f006396f70
commit
7912560f69
1 changed files with 26 additions and 0 deletions
26
.drone.yml
Normal file
26
.drone.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue