Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a windows 32bits tsh binary #2517

Closed
mgarstecki opened this issue Jan 22, 2019 · 1 comment
Closed

Provide a windows 32bits tsh binary #2517

mgarstecki opened this issue Jan 22, 2019 · 1 comment

Comments

@mgarstecki
Copy link

What happened:

I didn't find a Windows 32bits version of tsh on the downloads page.
I had to build one from source, cross-compiling from Linux.

What you expected to happen:

I wanted to download a 32bits version of the build :)
32bits installs of Windows are unfortunately still common in corporate environments, including my current customer.

Feasibility

I managed to build a working version from source, cross-compiling from Linux with mingw :

GOOS=windows GOARCH=386 CXX=i686-w64-mingw32-g++-win32 CC=i686-w64-mingw32-gcc-win32 CGO_ENABLED=1 go build -o build/tsh.386.exe -ldflags '-w -s' ./tool/tsh

Minimal changes should be necessary to add this configuration to a build pipeline that already manages windows 64bits builds.

@zmb3
Copy link
Collaborator

zmb3 commented Aug 9, 2022

Closing this, as 32-bit Windows is not something we're looking to support at this time.

@zmb3 zmb3 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants