docker-archlinux-daily/.drone.yml

31 lines
484 B
YAML
Raw Normal View History

2020-04-09 15:47:31 +00:00
---
kind: pipeline
type: docker
name: default
2020-04-16 04:24:35 +00:00
2020-04-09 15:47:31 +00:00
platform:
os: linux
arch: armqs64
2020-04-16 04:24:35 +00:00
node:
qemu: no
2020-04-09 15:47:31 +00:00
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