Skip to content

Support for linux/arm64/v8 apple chips m1 and m2 #9

Open
@h3ct0rjs

Description

@h3ct0rjs

Hi @oerdnj hope you're doing well.

Recently I'm trying to run a few configs and tests using bind9.16 but after doing a docker pull from the docker hub container registry

it seems like you're only building the docker image for linux/amd64. so if I try to create a lab in my local machine to do validations I got the following message :

! bind9 The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s

This happens because you're not using docker buildx build --platform linux/amd64,linux/arm64 .

I was also wondering what are you currently using to push to the public url

I have fixed this by buildin the image locally, but it would be great to add a GitHub action pipeline to do this automatically 😄

Regards,
H

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions