Skip to content

Unable to pull wenjiedu/pypots:latest no matching manifest for linux/arm64/v8 in the manifest list entries #704

@WenjieDu

Description

@WenjieDu

Issue description

Encouter the issue in the title when running docker run -it --name pypots wenjiedu/pypots on Mac with Apple Silicon.
Although we indicate linux/arm64/v8 in arg platforms as shown below, it seems the built images do not include the entry in the manifest.

- name: Build and Push Image for Linux-ARM64
uses: docker/build-push-action@v6
with:
file: ./docker/Dockerfile_linux
platforms: linux/arm64, linux/arm64/v8
build-args: |
TARGETPLATFORM=linux/arm64
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/pypots:ubuntu-arm64

Your contribution

Will investigate it

Metadata

Metadata

Assignees

Labels

dockerrelated to pypots docker image and configsstale

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions