From 98cee5bd95b02b7a09b0bc786c623b465c1c96cf Mon Sep 17 00:00:00 2001 From: "Qumolama.d" Date: Sat, 14 May 2022 14:22:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20CI=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=EF=BC=8Cmongodb=E7=89=88=E6=9C=AC=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=88=B05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 88f3a14..319b29b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,15 @@ kind: pipeline name: test -steps: +platform: + os: linux + arch: arm64 + +services: - name: setup-database - image: mongo:4 + image: mongo:5 + +steps: - name: test image: node:16 commands: