-
Notifications
You must be signed in to change notification settings - Fork 24
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
Build ARM64 images #1359
Build ARM64 images #1359
Conversation
Skipping CI for Draft Pull Request. |
fd81034
to
db35330
Compare
|
2a308ee
to
508fa40
Compare
7ce4df7
to
e5fca97
Compare
Nice! Tests passing on arm64! |
183361d
to
bb01e4a
Compare
7e712d0
to
97d3871
Compare
70a392a
to
3673634
Compare
3673634
to
d08db38
Compare
d08db38
to
65ebedc
Compare
9a0a8b3
to
1789336
Compare
1789336
to
543429f
Compare
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! This is excellent, and demonstrates all the work we put into multi-arch was worth the effort!
Co-authored-by: Giles Hutton <[email protected]>
Description
GCP added ARM VMs last year. With the effort to support Power and Z architectures that has been ongoing for about the past year as well, it is relatively easy to enable collector builds for ARM and add integration tests for it using CO-RE BPF thanks to Falco supporting the architecture already. So, this PR adds ARM image builds for collector and tests them on GCP.
Checklist
Testing Performed
CI should be enough.