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

chore: allow backend image to support multi-platforms #1230

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

Junjiequan
Copy link
Contributor

@Junjiequan Junjiequan commented Jun 3, 2024

Description

Added supports for both AMD and ARM64 on Github action build time

Motivation

Current backend image does not run on Mac machine with arm64 chip

Fixes:

Specifies platforms for Docker build (linux/amd64, linux/arm64/v8).

Tests included

  • Included for each change/fix?
  • Passing? (Merge will not be approved unless this is checked)

Documentation

  • swagger documentation updated [required]
  • official documentation updated [nice-to-have]

official documentation info

If you have updated the official documentation, please provide PR # and URL of the pages where the updates are included

@Junjiequan Junjiequan added the github_actions Pull requests that update GitHub Actions code label Jun 3, 2024
@nitrosx nitrosx merged commit b3c7096 into master Jun 3, 2024
7 checks passed
@nitrosx nitrosx deleted the allow--backend-image-to-support-multi-platform branch June 3, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants