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

Provide builds for linux/arm/v7 #1377

Merged
merged 2 commits into from
Nov 8, 2022
Merged

Provide builds for linux/arm/v7 #1377

merged 2 commits into from
Nov 8, 2022

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented Nov 7, 2022

Description

Closes #1376.

Readiness checklist

  • I added tests for new functionality or bugfixes.
  • I ran task all, and it passed.
  • I added/updated comments for both exported and unexported top-level declarations (functions, types, etc).
  • I checked comments rendering with task godocs.
  • I ensured that the title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Assignee, Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@AlekSi AlekSi added the code/feature Some user-visible feature is not implemented yet label Nov 7, 2022
@AlekSi AlekSi added this to the v0.6.2 milestone Nov 7, 2022
@AlekSi AlekSi self-assigned this Nov 7, 2022
@vercel
Copy link

vercel bot commented Nov 7, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ferret-db ✅ Ready (Inspect) Visit Preview Nov 7, 2022 at 0:22AM (UTC)

@AlekSi AlekSi added the trust PRs that can access Actions secrets label Nov 7, 2022
@vercel vercel bot temporarily deployed to Preview November 7, 2022 11:51 Inactive
@codecov
Copy link

codecov bot commented Nov 7, 2022

Codecov Report

Merging #1377 (f503d59) into main (f4de6e4) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1377   +/-   ##
=======================================
  Coverage   67.17%   67.17%           
=======================================
  Files         279      279           
  Lines       13233    13233           
=======================================
  Hits         8889     8889           
+ Misses       3413     3409    -4     
- Partials      931      935    +4     
Impacted Files Coverage Δ
internal/util/version/version.go 48.52% <0.00%> (-4.42%) ⬇️
internal/handlers/common/filter.go 86.74% <0.00%> (-0.32%) ⬇️
internal/handlers/tigris/tigrisdb/databases.go 74.35% <0.00%> (+7.69%) ⬆️
internal/handlers/tigris/tigrisdb/errors.go 52.17% <0.00%> (+13.04%) ⬆️
Flag Coverage Δ
integration 63.25% <ø> (ø)
mongodb 14.16% <ø> (-0.04%) ⬇️
pg 52.38% <ø> (-0.05%) ⬇️
tigris 35.28% <ø> (+0.02%) ⬆️
unit 26.26% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@vercel vercel bot temporarily deployed to Preview November 7, 2022 12:22 Inactive
@AlekSi AlekSi marked this pull request as ready for review November 7, 2022 12:33
@AlekSi AlekSi requested review from a team, w84thesun, rumyantseva, chilagrow and noisersup and removed request for a team November 7, 2022 12:34
@AlekSi AlekSi enabled auto-merge (squash) November 7, 2022 12:34
@AlekSi AlekSi merged commit 23ce3c4 into FerretDB:main Nov 8, 2022
@AlekSi AlekSi deleted the armv7 branch November 8, 2022 02:48
@toburger
Copy link

Hi, i want to install FerretDB on a Raspberry PI but I have difficulties finding the deb-file for the arm64 architecture.

@AlekSi
Copy link
Member Author

AlekSi commented May 30, 2023

@toburger see #2171

@toburger
Copy link

Sorry, I've searched through every link but couldn't find the .deb-File for the Linux ARM to download.

@AlekSi
Copy link
Member Author

AlekSi commented Jun 19, 2023

That's because #2171 is not done yet

@toburger
Copy link

Ah, gotcha!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/feature Some user-visible feature is not implemented yet trust PRs that can access Actions secrets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide builds for linux/arm/v7
4 participants