Is your feature request related to a problem? Please describe
Some packages show as amd64 only or amd64/armhf only despite these packages having official arm64 builds in their GitHub releases. Some examples include:
Describe the proposed solution
Add arm64 support to the mentioned packages.
I am happy to try and make a PR for this but I have some questions:
- Is adding arm64 support as simple as adding
arm64 to the architectures array within the ops2deb.yml file? (As well as adjusting the fetch url to include the architecture as appropriate to match the GitHub release)
- After looking through a few blueprints I see various templates being used for the architecture like
{{target}}, {{rust_target}}, {{arch}} and {{goarch}}. Which of these is best to use?
Thanks.
Is your feature request related to a problem? Please describe
Some packages show as amd64 only or amd64/armhf only despite these packages having official arm64 builds in their GitHub releases. Some examples include:
Describe the proposed solution
Add arm64 support to the mentioned packages.
I am happy to try and make a PR for this but I have some questions:
arm64to the architectures array within the ops2deb.yml file? (As well as adjusting the fetch url to include the architecture as appropriate to match the GitHub release){{target}},{{rust_target}},{{arch}}and{{goarch}}. Which of these is best to use?Thanks.