-
Notifications
You must be signed in to change notification settings - Fork 148
Build arm64-linux binaries in CI #620
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
Conversation
179fcc9 to
2ae4458
Compare
|
|
|
Moving from the - version: 1.0
+ version: ${{ runner.arch }}-1.0 |
|
That PR does not seem to have much activity, perhaps working around it locally is a good way to go for now. |
Use SBYTE for signed 1-byte integers to avoid issues in environments where char defaults to unsigned, e.g., ARM64 Linux.
2ae4458 to
5d34310
Compare
|
Rebased and applied the workaround for cache-key conflicts. |
5d34310 to
41966e3
Compare
|
Fixed and added a summary to see which files were generated. |
|
Looks good, ready to merge (also for 4.3)? |
|
Sure, go ahead. |
This closes #619.