-
-
Notifications
You must be signed in to change notification settings - Fork 722
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
Added support for armel (ARMv5) architecture #704
base: main
Are you sure you want to change the base?
Conversation
Try doing a
|
a7c477a
to
a1948cd
Compare
Wasn't able to find any reference to ARMv5/armel in past issues, but I see your point with regards to aptly: you have two different packages for the same architecture, since ARMv6 and ARMv7 are both armhf. PS: developer docs fail to mention a dependence on |
a1948cd
to
ed790bb
Compare
.goreleaser.yml
Outdated
use: buildx | ||
dockerfile: Dockerfile | ||
goarch: arm | ||
goarm: 6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoopsie 😊 Thanks!
ed790bb
to
0c62ae8
Compare
Straightforward patch for armel arch (ARMv5 soft-float) support.
Thanks a bunch for your wonderful project!