-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Make it possible to build the spectral image also on ARM #20506
Make it possible to build the spectral image also on ARM #20506
Conversation
… on ARM architecture.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #20506 +/- ##
===========================================
+ Coverage 45.36% 66.70% +21.33%
===========================================
Files 244 1047 +803
Lines 13333 114302 +100969
Branches 2719 2850 +131
===========================================
+ Hits 6049 76245 +70196
- Misses 6983 34164 +27181
- Partials 301 3893 +3592
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Vadim Bauer <[email protected]>
Signed-off-by: Vadim Bauer <[email protected]>
81db8f1
to
65ccf4a
Compare
Signed-off-by: Vadim Bauer <[email protected]>
as for ARM support, can we have a overall solution rather than just updating the spectral individually? |
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.
lgtm
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.
lgtm
@Vad1mo Please rebase the main branch, then we can merge this PR. |
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.
lgtm
Local image build for ARM CPU Architecture
This change makes it possible to build the spectra image not only for the x86 architecture but also for ARM.
This also updates SPECTRAL_VERSION to 6.11.1 because 6.1 does not provide binaries apart from x86.
The main problem this fix solves is that users can better develop and compile Harbor locally on ARM systems.
Issue being resolved
Fixes various issues on building and running Harbor locally on ARM
https://github.com/goharbor/harbor/issues?q=is%3Aissue+ARM
Please indicate you've done the following: