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

Build ARM64 Docker images #55

Merged
merged 3 commits into from
Jan 12, 2022

Conversation

silverlyra
Copy link
Contributor

#39 added support for ARM + ARM64 multi-arch builds, but in #40 a project maintainer reported no longer being able to run goreleaser builds, and reverted it.

ARM(32) builds were removed from goreleaser entirely in #43, so this PR just adds back ARM64 Docker builds. It also updates the GitHub Actions workflows to install support for building the cross-architecture image, and updates the contributing docs with notes about how to set that up on a local system.

@silverlyra silverlyra requested review from a team and Aneurysm9 January 11, 2022 22:04
Copy link
Member

@jpkrohling jpkrohling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we attempt to do a patch release to test the process before 0.43.0?

@@ -18,10 +18,20 @@ jobs:
with:
fetch-depth: 0

- name: Set up QEMU
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was the missing piece, thanks!

@jpkrohling jpkrohling merged commit e630858 into open-telemetry:main Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants