Use Windows-y 'x64' instead of '64bit' in static upload

pull/2036/head
Jason Rhinelander 2 years ago
parent 4c9d076c10
commit 6be4621aea
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262

@ -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',

Loading…
Cancel
Save