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

Build process should build both 32-bit and 64-bit #9

Open
codedance opened this issue Jul 7, 2016 · 1 comment
Open

Build process should build both 32-bit and 64-bit #9

codedance opened this issue Jul 7, 2016 · 1 comment

Comments

@codedance
Copy link
Contributor

Build process should build both 32-bit and 64-bit, and clearly label.

@Dan-Dongcheol-Lee
Copy link
Contributor

By mistake, sorry for that.
A question regarding this, Which one would be better?

Example 1) build/${GOOS}_${GOARCH}/service.exe, updater.exe

  • build/windows_386/service.exe, updater.exe
  • build/windows_amd64/service.exe, updater.exe

Example 2) build/${GOOS}/service-${GOARCH}.exe, updater-${GOARCH}.exe

  • build/windows/service-386.exe, updater-386.exe, service-amd64.exe, updater-amd64.exe

Cheers,
Dan.

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

2 participants