-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
github: add arm builds #1286
Closed
Closed
github: add arm builds #1286
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1286 +/- ##
==========================================
- Coverage 74.51% 74.51% -0.01%
==========================================
Files 150 150
Lines 16994 16997 +3
==========================================
+ Hits 12663 12665 +2
- Misses 3322 3323 +1
Partials 1009 1009 ☔ View full report in Codecov by Sentry. |
goxc does not seem to build for arm64:
-> depends on #1287 |
neolynx
force-pushed
the
feature/arm-builds
branch
2 times, most recently
from
April 24, 2024 16:01
ce1937c
to
73040d1
Compare
neolynx
force-pushed
the
feature/arm-builds
branch
from
June 1, 2024 22:05
4d02050
to
aa83fba
Compare
neolynx
force-pushed
the
feature/arm-builds
branch
from
June 15, 2024 20:49
8369306
to
951bd7b
Compare
neolynx
force-pushed
the
feature/arm-builds
branch
from
July 3, 2024 16:29
951bd7b
to
2e8353f
Compare
neolynx
force-pushed
the
feature/arm-builds
branch
4 times, most recently
from
August 1, 2024 20:17
a0359d9
to
49cb0f1
Compare
neolynx
force-pushed
the
feature/arm-builds
branch
6 times, most recently
from
August 3, 2024 22:25
70b75bf
to
f3a0289
Compare
- disable metrics - disable prometheus - disable unit tests - disable system tests - reenable some system test
- use go 1.19 - Makefile: improve unit test output - cleanup: remove travis
neolynx
force-pushed
the
feature/arm-builds
branch
from
August 11, 2024 11:15
71d1af6
to
3dc1986
Compare
neolynx
force-pushed
the
feature/arm-builds
branch
from
September 12, 2024 08:38
3c6fe3b
to
f5ab7c8
Compare
neolynx
force-pushed
the
feature/arm-builds
branch
from
September 13, 2024 17:44
b8ccc79
to
9cbe4ce
Compare
use the new -multi-dist option to combine all distributions into one publish point: deb http://repo.aptly.info/ci bookworm main or: deb http://repo.aptly.info/release bookworm main for the following distributions: buster, bullseye, bookworm, focal, jammy
neolynx
force-pushed
the
feature/arm-builds
branch
from
September 14, 2024 09:42
a0d5c47
to
88b9513
Compare
replaced by #1339 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1199, #960, #1108
Requirements
All new code should be covered with tests, documentation should be updated. CI should pass.
Description of the Change
TODO