Build images with single file in push_docker_image
workflow
#2609
Labels
bug
Something isn't working
ci
good first issue
Good for newcomers
hacktoberfest
Issues or pull requests for Hacktoberfest event
Overview
Please make
push_docker_image
to buildlinux/arm64
andlinux/amd64
image with single dockerfile.The following links will be helpful when working on this issue:
🙌🏻 Context
Now, there are
Dockerfile.amd64
andDockerfile.arm64v8
files to build for each platforms.NineChronicles.Headless/.github/workflows/push_docker_image.yml
Lines 51 to 66 in c879bd5
But there are no difference between two dockerfiles and
docker buildx build --platforms linux/amd64,linux/arm64
command can the two platforms at once.Since #2599,
Dockerfile
andDockerfile.Acc
are now able to build both linux/arm64 and linux/amd64. But I missed to make thepush_docker_image
workflow to build images with theDockerfile
andDockerfile.Acc
file.So this issue suggests to fix the missed work.
The text was updated successfully, but these errors were encountered: