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

fix: arm32 (v6/v7) builds #20

Merged
merged 3 commits into from
Mar 8, 2024
Merged

fix: arm32 (v6/v7) builds #20

merged 3 commits into from
Mar 8, 2024

Conversation

dataviruset
Copy link
Contributor

Go 1.21 changed the default ARM compatibility level from ARMv5 to ARMv7 during cross-compilation.
Needs: aukilabs/go-tooling#49

Related links:
golang/go#62475 (comment)
https://go.dev/wiki/GoArm#supported-architectures
golang/go#61588 (comment)
https://medium.com/@ludirehak/how-to-set-goarm-1d3811c6fd26

@cla-bot cla-bot bot added the cla-signed label Mar 6, 2024
@dataviruset dataviruset requested a review from omusil24 March 7, 2024 03:05
Copy link
Contributor

@omusil24 omusil24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but please first merge and release a new version of go-tooling.

@dataviruset dataviruset requested a review from omusil24 March 7, 2024 10:40
@dataviruset dataviruset merged commit ca87514 into main Mar 8, 2024
3 checks passed
@dataviruset dataviruset deleted the bug/arm32-builds branch March 8, 2024 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants