added Drone CI/CD
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-06-26 19:45:12 +02:00
parent fcc14326c2
commit 0c36b7e70c
2 changed files with 30 additions and 0 deletions

30
.drone.yml Normal file
View File

@@ -0,0 +1,30 @@
kind: pipeline
name: default
steps:
- name: docker-amd
image: thegeeklab/drone-docker-buildx:23
dockerfile: Dockerfile-amd64
privileged: true
settings:
username: uzurka
password:
from_secret: docker_password
repo: uzurka/freebox-prometheus
tags: latest
platforms:
- linux/amd64
- name: docker-arm
image: thegeeklab/drone-docker-buildx:23
dockerfile: Dockerfile-arm
privileged: true
settings:
username: uzurka
password:
from_secret: docker_password
repo: uzurka/freebox-prometheus
tags: latest
platforms:
- linux/arm64
- linux/arm/v7