From 6be4621aea2bcc6edcd045af40958efeb02bb60b Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Wed, 26 Oct 2022 11:42:56 -0300 Subject: [PATCH] Use Windows-y 'x64' instead of '64bit' in static upload --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 89eafb980..d41e7797b 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -141,7 +141,7 @@ local windows_cross_pipeline(name, image: image, pull: 'always', [if allow_fail then 'failure']: 'ignore', - environment: { SSH_KEY: { from_secret: 'SSH_KEY' }, WINDOWS_BUILD_NAME: '64bit' }, + environment: { SSH_KEY: { from_secret: 'SSH_KEY' }, WINDOWS_BUILD_NAME: 'x64' }, commands: [ 'echo "Building on ${DRONE_STAGE_MACHINE}"', 'echo "man-db man-db/auto-update boolean false" | debconf-set-selections',