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

Arm64 - take3 #255

Merged
merged 29 commits into from
Oct 30, 2024
Merged

Arm64 - take3 #255

merged 29 commits into from
Oct 30, 2024

Conversation

pat-s
Copy link
Collaborator

@pat-s pat-s commented Oct 30, 2024

New attempt after #224

fix #254 #213

Changes

  • Built on ubuntu-2404
  • only gcc-multilib has an arch-specific identifier
  • removed all version specific identifiers in the compiler packages (e.g. gcc-9). Instead, apt --fix-broken is used which allows to install the correct packages by using the version-agnostic namings like gcc-arm-linux-gnueabi (NB: gcc-12 is the default version on ubuntu 2404)
  • Cleaned up apt pkg list as many were specified twice or more times
  • Accounted for Dockerfile notation changes

Testing

Ref #246 (comment): 32bit needs testing, but I am also not sure how long this should be kept around as even the pi's are meanwhile on 64bit?

Anyhow, I've built a multiarch image for testing: pats22/xgo:go-1.23.2. Tagging potential testers: @mcandre, @tuxillo @gerricom

I've tested it myself on the Woodpecker CI project and was able to cross-compile for all archs - this already worked with the previous attempt but only covers 64 bit.

@techknowlogick techknowlogick merged commit 94a37a0 into techknowlogick:main Oct 30, 2024
1 check failed
@pat-s
Copy link
Collaborator Author

pat-s commented Oct 30, 2024

@techknowlogick there was an error in the BSD part of the build - still OK to merge?

This was referenced Nov 3, 2024
@kolaente kolaente mentioned this pull request Nov 4, 2024
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

Successfully merging this pull request may close these issues.

Missing ARM image
2 participants