Skip to content

Commit

Permalink
Merge pull request oxen-io#2036 from jagerman/win-x64
Browse files Browse the repository at this point in the history
Use Windows-y 'x64' instead of '64bit' in static upload
  • Loading branch information
jagerman authored Oct 26, 2022
2 parents 4c9d076 + 6be4621 commit 09c05d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 09c05d8

Please sign in to comment.