From bb9e5a1e3f9495dee648fc71bcf966e5a2795397 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Mon, 13 Feb 2023 10:08:01 +0000 Subject: [PATCH] drone: Use linux-arm64 image as this is an arm64 pipeline --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9e92c01..1c75db3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - npm run build - name: deploy - image: appleboy/drone-scp:linux-arm + image: appleboy/drone-scp:linux-arm64 settings: tar_tmp_path: /tmp/ host: adlin.nemunai.re