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

Generate multiplatform image #1513

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

vbaranov
Copy link
Member

Description and Related Issue(s)

Current GA workflow generates Docker image for a single platform (amd64). There is a demand to make it multiplatform.
Resolves #1494

Proposed Changes

Adds arm64 Docker image generation in .github/workflows/publish-image.yml workflow.

Checklist for PR author

  • I have tested these changes locally.
  • I added tests to cover any new functionality, following this guide
  • Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
  • If I have added, changed, renamed, or removed an environment variable, I have updated the list of environment variables in the documentation and made the necessary changes to the validator script according to the guide

@vbaranov vbaranov requested review from tom2drum and isstuev January 17, 2024 07:12
@vbaranov vbaranov force-pushed the vb-generate-multiplatform-image branch from 7827a14 to eecdc95 Compare January 17, 2024 07:16
@vbaranov vbaranov force-pushed the vb-generate-multiplatform-image branch from eecdc95 to cd536ba Compare January 17, 2024 07:28
@tom2drum tom2drum merged commit 8f6e3e2 into main Jan 17, 2024
6 checks passed
@tom2drum tom2drum deleted the vb-generate-multiplatform-image branch January 17, 2024 14:27
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.

Generate arm64-compatible Docker image of the frontend
2 participants