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

Fix multiarch docker image for arm64 users #125

Merged
merged 4 commits into from
Aug 24, 2023
Merged

Fix multiarch docker image for arm64 users #125

merged 4 commits into from
Aug 24, 2023

Conversation

hatchan
Copy link
Contributor

@hatchan hatchan commented Aug 24, 2023

The Docker image shouldn't use a specific architecture as the base image, and
the platform should require a / between the architecture and variant.

NOTE: This does mean that this will probably not work correctly when we have multiple
ARM variants. Possibly we can use the TARGETVARIANT for the COPY statement.

Checklist

  • Changelog updated

@hatchan hatchan requested a review from a team as a code owner August 24, 2023 09:30
Copy link
Member

@mellowagain mellowagain left a comment

Choose a reason for hiding this comment

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

two small nits

.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
This variant will be set by Docker/containerd. Until we support multiple arm variants we can use this simple notation.
@hatchan hatchan merged commit e8e83fa into main Aug 24, 2023
1 check passed
@hatchan hatchan deleted the fix_cross branch August 24, 2023 09:55
hatchan added a commit that referenced this pull request Aug 24, 2023
* Fix multiarch docker image for arm64 users

* Update changelog

* Also publish 'latest' tag

* Remove specific variant

This variant will be set by Docker/containerd. Until we support multiple arm variants we can use this simple notation.
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.

2 participants