-
Notifications
You must be signed in to change notification settings - Fork 138
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
Provide tiny buildpack builder image for ARM64 #2617
Conversation
Enable arm64 support for tiny builder (Java,Go). This commit actually enables only Java since some additinal work has to be done for Go because upstream paketo buildpack do not support Go fully yet. Signed-off-by: Matej Vašek <mvasek@redhat.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2617 +/- ##
==========================================
+ Coverage 64.16% 65.37% +1.21%
==========================================
Files 130 130
Lines 15518 15518
==========================================
+ Hits 9957 10145 +188
+ Misses 4622 4397 -225
- Partials 939 976 +37
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lkingland, matejvasek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Enable arm64 support for tiny builder (Java,Go).
This PR actually enables only Java since some additional work has to be done for Go because upstream paketo buildpack do not support Go fully yet.