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

Add multiarch container builds #261

Merged
merged 1 commit into from Mar 2, 2022
Merged

Add multiarch container builds #261

merged 1 commit into from Mar 2, 2022

Conversation

brancz
Copy link
Member

@brancz brancz commented Feb 28, 2022

Fixes #54.

@brancz brancz force-pushed the multiarch branch 2 times, most recently from 68a6f7f to cd53dc6 Compare February 28, 2022 20:01
ifeq ($(ARCH_UNAME), x86_64)
ARCH ?= amd64
else
ARCH ?= arm64
Copy link
Contributor

Choose a reason for hiding this comment

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

would it be better to keep amd64 as a default?

@mrueg
Copy link
Contributor

mrueg commented Mar 1, 2022

These pathes here need to be adjusted so the objects for the correct arch are getting copied over to the final image: https://github.com/parca-dev/parca-agent/blob/main/Dockerfile#L34

@brancz brancz changed the title [WIP] Add multiarch container builds Add multiarch container builds Mar 2, 2022
Copy link
Member

@kakkoyun kakkoyun left a comment

Choose a reason for hiding this comment

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

🎉 🌮

@brancz brancz merged commit 9ccf472 into main Mar 2, 2022
@brancz brancz deleted the multiarch branch March 2, 2022 13:21
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.

Multi-arch builds: Arm64 container images + potential other architectures
4 participants