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

win 環境で build したバイナリが本番でも動くようにする #82

Open
tomokatsu opened this issue Sep 19, 2024 · 0 comments

Comments

@tomokatsu
Copy link
Contributor

概要

  • win 環境で build したバイナリだと、本番の EC2 で GLIBC のエラーが出てた
  • mac (arm)環境で build した場合、クロスコンパイルされるので問題にならない

解決策

  • go build 時に CGO_ENABLED=0 を指定してみる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant