diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e0ac4f9 --- /dev/null +++ b/.drone.yml @@ -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