Add x86_64 pipeline
This commit is contained in:
parent
ce4d6034af
commit
83df93b48c
1 changed files with 29 additions and 1 deletions
30
.drone.yml
30
.drone.yml
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: alarm-aarch64
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
|
@ -27,3 +27,31 @@ steps:
|
|||
repo: depau/archlinux-daily
|
||||
tags:
|
||||
- aarch64
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: archlinux-x86_64
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
node:
|
||||
qemu: no
|
||||
|
||||
steps:busybox sh -c "while [ 1 -eq 1 ]; do sleep 1; done"
|
||||
- name: build-image
|
||||
image: plugins/docker
|
||||
environment:
|
||||
TZ: Europe/Rome
|
||||
settings:
|
||||
dockerfile: Dockerfile.x86_64
|
||||
purge: true
|
||||
username: depau
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: depau/archlinux-daily
|
||||
tags:
|
||||
- latest
|
||||
- x86_64
|
||||
|
|
Loading…
Reference in a new issue