add drone config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-06 20:28:52 -07:00
parent 0b569ed9d1
commit 43cfda165b

16
.drone.yml Normal file
View File

@@ -0,0 +1,16 @@
---
kind: template
load: multiarch-container.yaml
data:
repo: doc-utils/container
build_args:
- NODE_VERSION=18
tags:
- "0.1.0"
- "0.1"
- "0"
platforms:
- os: linux
arch: arm64
- os: linux
arch: amd64