-
-
Notifications
You must be signed in to change notification settings - Fork 556
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
ci: Utilize native arm64 linux runners #784
Merged
Merged
Changes from 5 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
b287d89
ci: Utilize naitve arm64 linux runners
MaxymVlasov beed030
fix
MaxymVlasov 27234d3
Merge branch 'master' into ci/arm
MaxymVlasov a2ab7ed
Drop QEMU
MaxymVlasov 9290692
Replace container-structure-test GHA by binary
MaxymVlasov 49cb2df
yamllint failed to ignore long line, so I make it multiline
MaxymVlasov 1173dee
fix
MaxymVlasov bb0b3ee
f
MaxymVlasov dbb7e34
fix permissions problem
MaxymVlasov 926c8ee
create bin dir
MaxymVlasov 9332320
fix path to file
MaxymVlasov 8ef6b9a
Update build-image-test.yaml
MaxymVlasov 05c6fe5
fix
MaxymVlasov 10aee20
Merge branch 'master' into ci/arm
MaxymVlasov e7667e8
test arm support
MaxymVlasov bc50607
t
MaxymVlasov abbe2b5
pin SHA inside action
MaxymVlasov 4722ce9
add missed permissions
MaxymVlasov e830854
Apply suggestions from code review
MaxymVlasov 7f4a6cd
GHA with ARM support
MaxymVlasov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,6 @@ jobs: | |
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
- name: Set up QEMU | ||
# yamllint disable-line rule:line-length | ||
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Double-checked - it works without it |
||
- name: Set up Docker Buildx | ||
# yamllint disable-line rule:line-length | ||
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 | ||
|
Oops, something went wrong.
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.
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.
It also has issues with MacOS, which blocks #636, so I replaced it with binary, as I don't want to write my own GHA from scratch for this