From d409e83ccb740f7c46813bc054392e5e11daec22 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sat, 13 Sep 2025 23:16:11 +0200 Subject: [PATCH] fix drone maybe --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 5f6d5be..c4489fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,7 @@ steps: path: /mnt/website commands: - npm install + - npm install --cpu=x64 --os=linux --libc=glibc sharp - npm run build - cp -rT ./dist /mnt/website