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

Invalid multi platforms docker image #76

Closed
TonyRL opened this issue Sep 27, 2023 · 2 comments
Closed

Invalid multi platforms docker image #76

TonyRL opened this issue Sep 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@TonyRL
Copy link

TonyRL commented Sep 27, 2023

Describe the bug
Only one platform of docker image is pushed.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://hub.docker.com/r/riccoxie/meilisearch-ui/tags
  2. See error

Expected behavior
Each image should have multi arch support.

Screenshots
N/A.

Environments (please complete the following information):

  • OS: N/A
  • Browser N/A
  • Version N/A

Additional context
You can refer to docker/build-push-action#846 for more details. According to Multi-platform image with GitHub Actions, if you really want to build multi platform image which utilises job matrix you need to upload all the images as artifacts and then download them and merge them before pushing to Docker Hub.
Otherwise, the old GitHub actions is good to go.

platforms: linux/amd64,linux/arm64,linux/arm/v7

@riccox riccox added the bug Something isn't working label Sep 29, 2023
@failable
Copy link

Got error no matching manifest for linux/amd64 in the manifest list entries when try to pull and build.

@riccox
Copy link
Owner

riccox commented Sep 29, 2023

@TonyRL @liebkne Hi!
Fixed this in new release version v0.6.4 already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants